mirror of
https://github.com/Cxbx-Reloaded/subhook.git
synced 2024-11-23 11:19:56 +00:00
Fix yasm not being found in CI builds
This commit is contained in:
parent
2bb331b968
commit
ff782006b4
@ -13,7 +13,7 @@ env:
|
||||
|
||||
install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y cmake gcc-multilib g++-multilib
|
||||
- sudo apt-get install -y cmake gcc-multilib g++-multilib yasm
|
||||
|
||||
before_script:
|
||||
- cmake . -DCMAKE_C_COMPILER=${CC}
|
||||
|
@ -10,6 +10,9 @@ configuration:
|
||||
environment:
|
||||
CTEST_OUTPUT_ON_FAILURE: ON
|
||||
|
||||
install:
|
||||
- choco install -y yasm
|
||||
|
||||
before_build:
|
||||
- cmake .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user