Skip to content

Commit 424fc1e

Browse files
authored
Bring back user config setting
1 parent 1d6f052 commit 424fc1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ jobs:
9999
./bootstrap.sh
100100
./b2 -d0 headers
101101
102+
- name: Create user-config.jam
103+
if: matrix.compiler
104+
run: |
105+
echo "using ${{matrix.toolset}} : : ${{matrix.compiler}} ;" > ~/user-config.jam
106+
102107
- name: Run tests
103108
run: |
104109
cd ../boost-root

0 commit comments

Comments
 (0)