Skip to content

Commit

Permalink
Print out availible gcc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Feb 2, 2024
1 parent 6c853b2 commit 4d8e99a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
version: [10, 12, 14]
version: [10]
runs-on: ${{ matrix.os }}
steps:
- name: Check available GCC versions
run: sudo apt update && apt-cache search ^gcc-[0-9]
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libsdl2-dev
Expand Down

0 comments on commit 4d8e99a

Please sign in to comment.