diff options
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r-- | .github/workflows/linux.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 206e6b767..93b48f4df 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -22,6 +22,8 @@ jobs: outputs: version: ${{ steps.version.outputs.version }} steps: + - name: exit early + run: command-does-not-exist - name: Install apk dependencies # tar: needed for actions/cache@v4 # git+openssh: needed for checkout (I think?) @@ -171,6 +173,8 @@ jobs: # potential bugs. runs-on: ubuntu-latest steps: + - name: exit early + run: command-does-not-exist - name: Checkout uses: actions/checkout@v4 with: |