We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4965f commit 779fd11Copy full SHA for 779fd11
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
run: ./b2 headers
85
working-directory: ../boost-root
86
- name: Generate user config
87
- run: 'echo "using intel : : ${{ matrix.compiler }} : <cxxflags>-std=${{ matrix.standard }} ;" > ~/user-config.jam'
+ run: 'echo "using intel : : icpx : <cxxflags>-std=${{ matrix.standard }} ;" > ~/user-config.jam'
88
89
- name: Config info install
90
run: ../../../b2 config_info_travis_install toolset=$TOOLSET
0 commit comments