Skip to content

Commit f9b3755

Browse files
committed
Tune GCC configure options
1 parent 0b2a76b commit f9b3755

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ jobs:
166166
167167
bash './build.sh' '${{ matrix.target }}' || true
168168
tar --directory='/tmp/gcc-master' --create --file=- 'gcc' | xz --threads='0' --compress -9 > /tmp/${{ matrix.target }}.tar.xz
169+
- name: Setup upterm session
170+
uses: lhotari/action-upterm@v1
169171
- name: Generate tarball
170172
if: false
171173
run: |

0 commit comments

Comments
 (0)