try caching
This commit is contained in:
@@ -37,7 +37,11 @@ jobs:
|
||||
- run: wget http://172.17.0.1:8081/repository/ziglang.org/download/0.14.1/zig-x86_64-linux-0.14.1.tar.xz
|
||||
- run: tar xfv zig-x86_64-linux-0.14.1.tar.xz
|
||||
- run: ./zig-x86_64-linux-0.14.1/zig build -Doptimize=ReleaseSmall -Dtarget=${{ matrix.target }} -Dexe_name=zig-totp-$GITHUB_REF_NAME-${{ matrix.target }}
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
key: results
|
||||
path: .
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user