diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f325cbe..864add74 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,8 +9,10 @@ on: jobs: setup: runs-on: ubuntu-latest - # steps: - # echo "No action setup currently needed, skipping..." + steps: + + - name: Startup + run: echo "No action setup currently needed, skipping..." build: needs: setup @@ -21,7 +23,7 @@ jobs: uses: actions/checkout@v2 with: submodules: 'recursive' - + - name: Setup Python uses: actions/setup-python@v2 with: