Skip to content

Commit

Permalink
Bump workflow & Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trnxdev committed Oct 27, 2023
1 parent 00fb456 commit c6b290f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Install libarchive
run: sudo apt update && sudo apt install libarchive-dev
- name: Install zig
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
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
- name: Compile
run: ./zig-linux-x86_64-0.12.0-dev.140+e078324db/zig build -Doptimize=ReleaseFast -Dcpu=baseline
run: ./zig-linux-x86_64-0.12.0-dev.1298+da06269d7/zig build -Doptimize=ReleaseFast -Dcpu=baseline
- name: Upload
uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
- [ ] Add tests
- [x] Add d-set-default command
- [ ] Add d-set-workspace command
- [ ] Fetching "master" on each request? Doesn't sound good for perfomance, maybe check it daily?

## FAQ

Expand Down

0 comments on commit c6b290f

Please sign in to comment.