Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Apr 26, 2024
1 parent 9cf6dad commit c05ea20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/flutter-sctg-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,11 @@ jobs:

- name: Install vcpkg dependencies
run: |
$VCPKG_ROOT/vcpkg install --triplet arm64-ios --x-install-root="$VCPKG_ROOT/installed"
cmake --version
cc --version
c++ --version
# $VCPKG_ROOT/vcpkg install --triplet arm64-ios --x-install-root="$VCPKG_ROOT/installed"
$VCPKG_ROOT/vcpkg install --host-triplet=x64-osx-dynamic --triplet=arm64-ios --x-install-root="$VCPKG_ROOT/installed"
shell: bash

- name: Install Rust toolchain
Expand Down

0 comments on commit c05ea20

Please sign in to comment.