Skip to content

Commit

Permalink
Added OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Nov 26, 2023
1 parent c741228 commit 4ce55c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: pip install -r requirements.txt

- name: Install pkg-config
run: sudo apt-get install -y pkg-config
run: sudo apt-get install -y pkg-config libssl-dev

- name: Build and install SDL2
run: |
Expand Down

0 comments on commit 4ce55c3

Please sign in to comment.