Skip to content

Commit

Permalink
Add export
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Aug 8, 2024
1 parent 30bfc9d commit 66091b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ jobs:

- name: Install dependencies
run: |
export CC CXX
export CC=${{github.workspace}}/toolchain/bin/${{matrix.cc}}
export CXX=${{github.workspace}}/toolchain/bin/${{matrix.cxx}}
cd build
conan install -pr:b default -pr:h host --build=missing "${{github.workspace}}/"
Expand Down

0 comments on commit 66091b4

Please sign in to comment.