Skip to content

Commit

Permalink
wip13
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Oct 22, 2023
1 parent c7915a6 commit 9c47e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cd build
cmake ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} ..
cmake --build .
otool -L src/MultiVNC.app/Contents/MacOS/MultiVNC
otool -L src/MultiVNC.app/Contents/MacOS/MultiVNC || true
cpack -V -C Debug
- name: Archive Ubuntu Build Artifacts
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 9c47e45

Please sign in to comment.