Skip to content

Commit

Permalink
Change release specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDTill committed Nov 7, 2024
1 parent 8d858a4 commit 81c93c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source_instructions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pip3 install -v "conan==1.65.0"
git clone https://github.com/JohnDTill/Forscape
cd ./Forscape
conan install --generator cmake_find_package --install-folder ./build/conan-dependencies ./app
cmake -DCMAKE_BUILD_TYPE=Release -B build -S app
cmake -B build -S app --config Release
cd build
make

Expand Down

0 comments on commit 81c93c7

Please sign in to comment.