Skip to content

Commit 3184367

Browse files
committed
Try #6 for vcpkg w/github actions
1 parent 1498e9d commit 3184367

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
vcpkgGitCommitId: 120deac3062162151622ca4860575a33844ba10b
7070
- name: Build
7171
run: |
72+
echo "CC=gcc-${{ matrix.config.version }}" >> $GITHUB_ENV
73+
echo "CXX=g++-${{ matrix.config.version }}" >> $GITHUB_ENV
7274
mkdir -p build && cd build
7375
cmake .. \
7476
-DCMAKE_TOOLCHAIN_FILE=${{ runner.workspace }}/b/vcpkg/scripts/buildsystems/vcpkg.cmake \

0 commit comments

Comments
 (0)