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
4
libs/glfw/.github/workflows/m1_ci.yml
vendored
4
libs/glfw/.github/workflows/m1_ci.yml
vendored
|
|
@ -23,12 +23,8 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: test
|
||||
run: zig build test
|
||||
env:
|
||||
AGREE: true
|
||||
- name: aarch64-macos -> x86_64-macos
|
||||
run: zig build -Dtarget=x86_64-macos
|
||||
env:
|
||||
AGREE: true
|
||||
- name: aarch64-macos -> x86_64-windows
|
||||
run: zig build -Dtarget=x86_64-windows
|
||||
- name: aarch64-macos -> x86_64-linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue