Skip to content

Commit

Permalink
WIP test compiler list
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Jan 5, 2025
1 parent 953ff7e commit e8f89e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux-gcc7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
ref: v1.x

- name: Configure libebml
run: cmake -S libebml -B libebml/_build
run: |
dpkg --list | grep compiler
cmake -S libebml -B libebml/_build
env:
CC: gcc-7
CXX: g++-7
Expand Down

0 comments on commit e8f89e1

Please sign in to comment.