We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd4dce commit 55759b1Copy full SHA for 55759b1
.github/workflows/main.yml
@@ -51,7 +51,7 @@ jobs:
51
build-dir: ${{ runner.workspace }}/build
52
build-type: Release
53
install-build: true
54
- configure-options: -DFASTNOISE2_NOISETOOL="TRUE" -DFASTNOISE2_TESTS="TRUE" -DCMAKE_INSTALL_PREFIX=install ${{ matrix.cmake_options }}
+ configure-options: -DFASTNOISE2_NOISETOOL="TRUE" -DFASTNOISE2_TESTS="TRUE" -DCMAKE_INSTALL_PREFIX=install/FastNoise2 ${{ matrix.cmake_options }}
55
56
- name: 'Upload artifact'
57
uses: actions/upload-artifact@v2
0 commit comments