Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
donarturo11 committed Mar 1, 2023
1 parent 051bb6d commit daebe28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ jobs:
BUILD_DIR=${PROJECT_DIR}/BrainWaveOSC/
echo PROJECT_DIR=${PROJECT_DIR} >> $GITHUB_ENV
echo BUILD_DIR=${BUILD_DIR} >> $GITHUB_ENV
if [ {{ matrix.of-sys }} == 'vs' ]; then
echo BUILD_DIR_WIN=$(cygpath -w "${BUILD_DIR}") >> $GITHUB_ENV
fi
cd $PROJECT_DIR
echo "::notice:: ${PWD}"
Expand Down Expand Up @@ -146,7 +149,7 @@ jobs:
if: ${{ matrix.of-sys == 'vs' }}
shell: pwsh
run: |
msbuild ${{env.BUILD_DIR}}/BrainwaveOSC.vcxproj
msbuild ${{env.BUILD_DIR_WIN}}\BrainwaveOSC.vcxproj
- name: Prepare Packages names
run: |
Expand Down

0 comments on commit daebe28

Please sign in to comment.