File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1515 - name : Install libarchive
1616 run : sudo apt update && sudo apt install libarchive-dev
1717 - name : Install zig
18- run : wget https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.140+e078324db .tar.xz && tar -xvf zig-linux-x86_64-0.12.0-dev.140+e078324db .tar.xz
18+ run : wget https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.1298+da06269d7 .tar.xz && tar -xvf zig-linux-x86_64-0.12.0-dev.1298+da06269d7 .tar.xz
1919 - name : Compile
20- run : ./zig-linux-x86_64-0.12.0-dev.140+e078324db /zig build -Doptimize=ReleaseFast -Dcpu=baseline
20+ run : ./zig-linux-x86_64-0.12.0-dev.1298+da06269d7 /zig build -Doptimize=ReleaseFast -Dcpu=baseline
2121 - name : Upload
2222 uses : actions/upload-artifact@v3
2323 with :
Original file line number Diff line number Diff line change 4343- [ ] Add tests
4444- [x] Add d-set-default command
4545- [ ] Add d-set-workspace command
46+ - [ ] Fetching "master" on each request? Doesn't sound good for perfomance, maybe check it daily?
4647
4748## FAQ
4849
You can’t perform that action at this time.
0 commit comments