Skip to content

Commit

Permalink
Update github workflow for new CMake toolchain file location
Browse files Browse the repository at this point in the history
  • Loading branch information
byteduck committed Apr 12, 2024
1 parent b10a34d commit fbdaad8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-os.yml
Expand Up @@ -45,11 +45,12 @@ jobs:
run: |
cd toolchain
./build-toolchain.sh install-headers
./build-toolchain.sh make-toolchain-file
- name: Build duckOS (Release)
run: |
cd cmake-build
cmake .. -DCMAKE_TOOLCHAIN_FILE=toolchain/CMakeToolchain.txt -DCMAKE_BUILD_TYPE=Release
cmake .. -DCMAKE_TOOLCHAIN_FILE=cmake-build/CMakeToolchain.txt -DCMAKE_BUILD_TYPE=Release
make install
- name: Make image
Expand Down

0 comments on commit fbdaad8

Please sign in to comment.