Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Sep 4, 2024
1 parent fb1ab51 commit 3f9756d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
fte_target: SDL2
make_targets: "gl-rel sv-rel qcc-rel"
args: "ARCH=arm STRIPFLAGS="
packages: "sdl2"
packages: "sdl2 openssl@3"
os: macos-latest

name: make-${{ matrix.name }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Build ${{ matrix.name }}
working-directory: engine
run: |
make -j ${{ steps.cpu-cores.outputs.count }} FTE_TARGET=${{ matrix.fte_target }} ${{ matrix.make_targets }} ${{ matrix.args }} LINK_EZHUD=1
make -j ${{ steps.cpu-cores.outputs.count }} FTE_TARGET=${{ matrix.fte_target }} ${{ matrix.make_targets }} ${{ matrix.args }} LINK_EZHUD=1 LINK_OPENSSL=1
- name: Attach macOS docs
run: |
Expand Down

0 comments on commit 3f9756d

Please sign in to comment.