attempt to address github action complaints
Some checks failed
aws-zig mach nominated build / build-zig-nightly (push) Failing after 26s
aws-zig nightly build / build-zig-nightly (push) Failing after 25s

This commit is contained in:
Emil Lerch 2024-01-22 15:33:38 -08:00
parent 65e8437455
commit c0ecea8f4f
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
env: env:
ZIG_VERSION: 0.11.0 ZIG_VERSION: 0.11.0
ARCH: x86_64 ARCH: x86_64
if: ${{ env.GITEA_ACTIONS != 'true' }} if: ${{ github.env.GITEA_ACTIONS != 'true' }}
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@ -16,7 +16,7 @@ jobs:
env: env:
ZIG_VERSION: mach-latest ZIG_VERSION: mach-latest
ARCH: x86_64 ARCH: x86_64
if: ${{ env.GITEA_ACTIONS != 'true' }} if: ${{ github.env.GITEA_ACTIONS != 'true' }}
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@ -14,7 +14,7 @@ jobs:
env: env:
ZIG_VERSION: master ZIG_VERSION: master
ARCH: x86_64 ARCH: x86_64
if: ${{ env.GITEA_ACTIONS != 'true' }} if: ${{ github.env.GITEA_ACTIONS != 'true' }}
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3