all: CI: remove AGREE: true env var

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-03 20:24:10 -07:00
parent 02b9f7d132
commit d673560f1e
9 changed files with 0 additions and 46 deletions

View file

@ -22,8 +22,6 @@ jobs:
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
- name: install (debug)
run: zig build install -Dtarget=aarch64-macos
env:
AGREE: true
- name: upload (debug)
run: |
./dev/upload-release.sh
@ -35,8 +33,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: install (release-fast)
run: zig build install -Doptimize=ReleaseFast -Dtarget=aarch64-macos
env:
AGREE: true
- name: upload (release-fast)
run: ./dev/upload-release.sh
env: