Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
krystalgamer committed Jun 7, 2024
1 parent c74b04f commit c4f87e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install 32-bit g++
run: sudo apt install g++-multilib
- name: Setup Makefile
run: CXX=$${{ matrix.compiler }} cmake -B out
run: CXX=${{ matrix.compiler }} cmake -B out
- name: Build
run: cmake --build out
- name: Run
Expand Down

0 comments on commit c4f87e7

Please sign in to comment.