Skip to content

Commit

Permalink
Update cmake_ninja_crossbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Nov 6, 2021
1 parent 5914649 commit b7a89ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_ninja_crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
if: matrix.os_version_id == 'bionic'
run: |
echo "CC=${{ matrix.CHOST }}-gcc-8" >> env.custom
echo "AR=${{ matrix.CHOST }}-ar-8" >> env.custom
echo "AR=${{ matrix.CHOST }}-gcc-ar-8" >> env.custom
echo "CXX=${{ matrix.CHOST }}-g++-8" >> env.custom
- name: Docker target - Git clone cmake
Expand Down

0 comments on commit b7a89ad

Please sign in to comment.