Browse Source

ci: RISCOS is a bool

Anonymous Maarten 2 years ago
parent
commit
1dce3f9265
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/riscos.yml

+ 1 - 1
.github/workflows/riscos.yml

@@ -23,7 +23,7 @@ jobs:
       run: |
         cmake -S . -B build -G Ninja \
           -DCMAKE_TOOLCHAIN_FILE=/home/riscos/env/toolchain-riscos.cmake \
-          -DRISCOS=ON \
+          -DRISCOS:BOOL=ON \
           -DSDL_GCC_ATOMICS=OFF \
           -DSDL_TESTS=ON \
           -DSDL_INSTALL_TESTS=ON \