update actions to reuse global cache
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 6m19s
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 6m19s
This commit is contained in:
parent
fb36dc83d5
commit
633ccac42d
|
@ -11,6 +11,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
ZIG_VERSION: 0.11.0
|
ZIG_VERSION: 0.11.0
|
||||||
ARCH: x86_64
|
ARCH: x86_64
|
||||||
|
GLOBAL_CACHE: "--global-cache-dir ${{ github.workspace }}/zig-global-cache"
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
@ -24,7 +25,7 @@ jobs:
|
||||||
- run: ln -s /usr/local/zig-linux-${ARCH}-${ZIG_VERSION}/zig /usr/local/bin/zig
|
- run: ln -s /usr/local/zig-linux-${ARCH}-${ZIG_VERSION}/zig /usr/local/bin/zig
|
||||||
- run: apt update && apt install --no-install-recommends git
|
- run: apt update && apt install --no-install-recommends git
|
||||||
- run: zig build test --verbose
|
- run: zig build test --verbose
|
||||||
- run: zig build -Dtarget=arm-linux
|
- run: zig build --verbose -Dtarget=arm-linux
|
||||||
- run: zig build -Dtarget=x86_64-windows
|
- run: zig build -Dtarget=x86_64-windows
|
||||||
- run: zig build -Dtarget=aarch64-linux
|
- run: zig build -Dtarget=aarch64-linux
|
||||||
- run: zig build -Dtarget=riscv64-linux
|
- run: zig build -Dtarget=riscv64-linux
|
||||||
|
|
Loading…
Reference in New Issue
Block a user