Skip to content

Commit bb0a877

Browse files
committed
Fix
* .github/workflows/linux.yml:
1 parent fc443ad commit bb0a877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
$X11_BASE_ROOT/bin/brix11 gen build workspace.mwc -- gen build $TAOX11_ROOT/examples -- gen build $TAOX11_ROOT/orbsvcs/tests -- gen build $TAOX11_ROOT/tests
130130
- name: Run brix11 make
131131
run: |
132-
$X11_BASE_ROOT/bin/brix11 make ${{ matrix.make_flags }} -N $X11_BASE_ROOT -- make ${{ matrix.make_flags }} -N $TAOX11_ROOT/examples -- ${{ matrix.make_flags }} make -N $TAOX11_ROOT/orbsvcs/tests -- ${{ matrix.make_flags }} make -N $TAOX11_ROOT/tests
132+
$X11_BASE_ROOT/bin/brix11 make ${{ matrix.make_flags }} -N $X11_BASE_ROOT -- make ${{ matrix.make_flags }} -N $TAOX11_ROOT/examples -- make ${{ matrix.make_flags }} -N $TAOX11_ROOT/orbsvcs/tests -- make ${{ matrix.make_flags }} -N $TAOX11_ROOT/tests
133133
- name: Install necessary ruby gems
134134
run: |
135135
gem install asciidoctor:2.0.15 coderay

0 commit comments

Comments
 (0)