here goes nothin again twice

This commit is contained in:
Ethan Roseman 2021-08-23 04:30:28 +09:00
parent adfa458ff1
commit 17ee48215e

View File

@ -55,7 +55,7 @@ jobs:
shell: bash
run: |
cp xgcc gcc
tar -czf ${{ matrix.TARGET.ARCHIVE_NAME }} cc1 gcc cc1plus g++
tar -cf ${{ matrix.TARGET.ARCHIVE_NAME }} cc1 gcc cc1plus g++
- name: Clean
shell: bash
run: |