mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 13:11:58 +00:00
Fix certs issue with linux
This commit is contained in:
parent
e819c62da2
commit
c267c465c1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: Install Linux Dependencies
|
- name: Install Linux Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y ninja-build libsdl2-dev libgtk-3-dev lld llvm clang-15 libfuse2
|
sudo apt-get install -y ninja-build libsdl2-dev libgtk-3-dev lld llvm clang-15 libfuse2 ca-certificates
|
||||||
|
|
||||||
# Install SDL2
|
# Install SDL2
|
||||||
echo ::group::install SDL2
|
echo ::group::install SDL2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue