Skip to content

Commit

Permalink
Try another compiler setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mittinatten committed Nov 13, 2022
1 parent 9cbb584 commit 3df74f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: "Configure"
run: |
autoreconf -i
./configure ${{ matrix.enable }}
./configure ${{ matrix.enable }} CC=$CC CXX=$CXX
- name: "Build"
run: make
- name: "Test"
Expand Down

0 comments on commit 3df74f9

Please sign in to comment.