update os_list.json for banana

This commit is contained in:
cmclark00 2024-10-11 03:26:49 -04:00
parent 5e6ec525b3
commit da0c04b437
2 changed files with 79 additions and 12 deletions

View file

@ -29,7 +29,7 @@ jobs:
choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"' --yes
- name: Configure CMake
run: cmake ../ -S . -B build -G "NMake Makefiles" -DCMAKE_PREFIX_PATH:PATH="%Qt5_DIR%"
run: cmake "D:/a/retro-imager/src -S . -B build -G "NMake Makefiles" -DCMAKE_PREFIX_PATH:PATH="%Qt5_DIR%"
- name: Build the project
run: cmake ../ --build build --config Release
run: cmake "D:/a/retro-imager/src --build build --config Release