all: CI: remove AGREE: true env var
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
02b9f7d132
commit
d673560f1e
9 changed files with 0 additions and 46 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -32,12 +32,8 @@ jobs:
|
|||
# run: zig build -Dtarget=x86_64-linux-musl
|
||||
- name: x86_64-linux -> x86_64-macos
|
||||
run: zig build -Dtarget=x86_64-macos
|
||||
env:
|
||||
AGREE: true
|
||||
- name: x86_64-linux -> aarch64-macos
|
||||
run: zig build -Dtarget=aarch64-macos
|
||||
env:
|
||||
AGREE: true
|
||||
- name: x86_64-linux -> x86_64-windows
|
||||
run: zig build -Dtarget=x86_64-windows-gnu
|
||||
- name: launch xvfb
|
||||
|
|
@ -80,5 +76,3 @@ jobs:
|
|||
sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.3883+7166407d8.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
|
||||
- name: test
|
||||
run: zig build test
|
||||
env:
|
||||
AGREE: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue