Skip to content

Commit 779fd11

Browse files
committed
Change toolset name
1 parent 4d4965f commit 779fd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: ./b2 headers
8585
working-directory: ../boost-root
8686
- name: Generate user config
87-
run: 'echo "using intel : : ${{ matrix.compiler }} : <cxxflags>-std=${{ matrix.standard }} ;" > ~/user-config.jam'
87+
run: 'echo "using intel : : icpx : <cxxflags>-std=${{ matrix.standard }} ;" > ~/user-config.jam'
8888
working-directory: ../boost-root
8989
- name: Config info install
9090
run: ../../../b2 config_info_travis_install toolset=$TOOLSET

0 commit comments

Comments
 (0)