attempt to address github action complaints
This commit is contained in:
parent
d1d0b294d7
commit
b8df9e3610
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -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
|
||||||
|
|
2
.github/workflows/zig-mach.yaml
vendored
2
.github/workflows/zig-mach.yaml
vendored
|
@ -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
|
||||||
|
|
2
.github/workflows/zig-nightly.yaml
vendored
2
.github/workflows/zig-nightly.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user