Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Aug 31, 2024
1 parent 335b576 commit 1c07582
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ jobs:
os: ubuntu-latest
- name: linux64
fte_target: linux64
make_targets: "gl-rel vk-rel sv-rel qtv-rel qcc-rel"
make_targets: "m-rel sv-rel qtv-rel qcc-rel"
os: ubuntu-latest
packages: "libasound2-dev libgl-dev libxcursor-dev libxi-dev libxrandr-dev libxss-dev"
- name: win32
fte_target: win32
make_targets: "gl-rel vk-rel sv-rel qcc-rel"
make_targets: "m-rel sv-rel qcc-rel"
os: ubuntu-latest
packages: "binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686"
- name: win64
fte_target: win64
make_targets: "gl-rel vk-rel sv-rel qcc-rel"
make_targets: "m-rel sv-rel qcc-rel"
os: ubuntu-latest
packages: "binutils-mingw-w64-x86-64 gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64"
- name: macos-arm64
Expand Down

0 comments on commit 1c07582

Please sign in to comment.