Skip to content

Commit c6b290f

Browse files
committed
Bump workflow & Readme
1 parent 00fb456 commit c6b290f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
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:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
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

0 commit comments

Comments
 (0)