Skip to content

Commit

Permalink
Build issue on Unix system with vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Rises committed Jun 3, 2024
1 parent d84e750 commit e76be75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-vcpkg-emscripten-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install vcpgk
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 47364fbc300756f64f7876b549d9422d5f3ec0d3
# vcpkgGitCommitId: 47364fbc300756f64f7876b549d9422d5f3ec0d3
vcpkgDirectory: ${{ github.workspace }}/vcpkg
# runVcpkgInstall: true

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cmake-vcpkg-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ jobs:
- name: Install vcpgk
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 47364fbc300756f64f7876b549d9422d5f3ec0d3
# vcpkgGitCommitId: 47364fbc300756f64f7876b549d9422d5f3ec0d3
vcpkgDirectory: ${{ github.workspace }}/vcpkg
# runVcpkgInstall: true
# vcpkgJsonGlob: '**/vcpkg.json'

- name: Install emsdk
uses: mymindstorm/setup-emsdk@v11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake-vcpkg-publish-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install vcpgk
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 47364fbc300756f64f7876b549d9422d5f3ec0d3
# vcpkgGitCommitId: 47364fbc300756f64f7876b549d9422d5f3ec0d3
vcpkgDirectory: ${{ github.workspace }}/vcpkg
runVcpkgInstall: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install vcpgk
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 47364fbc300756f64f7876b549d9422d5f3ec0d3
# vcpkgGitCommitId: 47364fbc300756f64f7876b549d9422d5f3ec0d3
vcpkgDirectory: ${{ github.workspace }}/vcpkg
runVcpkgInstall: true

Expand Down

0 comments on commit e76be75

Please sign in to comment.