Skip to content

General: Updated workflows #3

General: Updated workflows

General: Updated workflows #3

Workflow file for this run

name: Workflows
on:
push:
schedule:
- cron: '0 0 * * *'
jobs:
StdPyTests:
runs-on: ubuntu-latest # Runs on Ubuntu, required for `apt` commands
steps:
- name: Install system dependencies
run: |
sudo apt update
sudo apt install build-essential libboost-all-dev swig -y
- name: Checkout repository
uses: actions/checkout@v4
- name: Run StdPyTests
uses: Somerandomguy10111/actions/.github/workflows/stdpy.yml@main