Skip to content

General: Updated workflows #4

General: Updated workflows

General: Updated workflows #4

Workflow file for this run

name: Workflows
on:
push:
schedule:
- cron: '0 0 * * *'
jobs:
setup-env:
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
run: |
sudo apt update
sudo apt install -y build-essential libboost-all-dev swig
StdPyTests:
needs: setup-env # Ensures setup-env runs first
uses: Somerandomguy10111/actions/.github/workflows/stdpy.yml@main

Check failure on line 19 in .github/workflows/wf.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/wf.yml

Invalid workflow file

error parsing called workflow ".github/workflows/wf.yml" -> "Somerandomguy10111/actions/.github/workflows/stdpy.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.