Skip to content

Commit

Permalink
build with overclocking
Browse files Browse the repository at this point in the history
release multiple overclocked files
  • Loading branch information
xrip committed Oct 6, 2023
1 parent 845f30a commit 2be2bf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
cmake .. && make
- name: Build the overclocked versions
run: cmake -DOVERCLOCKING=288 .. && make && \
run: |
cd build && \
cmake -DOVERCLOCKING=288 .. && make && \
cmake -DOVERCLOCKING=300 .. && make && \
cmake -DOVERCLOCKING=312 .. && make && \
cmake -DOVERCLOCKING=333 .. && make && \
Expand Down

0 comments on commit 2be2bf0

Please sign in to comment.