Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github authored May 5, 2024
1 parent eb78bc4 commit b6c1119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: make clean

- name: Compile
run: make CPPFLAGS="-mtune=generic -funroll-all-loops -march=native -isystem include -std=c++20"
run: make -C src/toml++ && make CPPFLAGS="-mtune=generic -funroll-all-loops -march=native -isystem include -std=c++20"

- name: Build release
run: tar --zstd -cf tabaur.tar.zst taur
Expand Down

0 comments on commit b6c1119

Please sign in to comment.