Skip to content

Commit 839fe51

Browse files
committed
fixup! Build and upload artifact on GitHub Actions
1 parent b989481 commit 839fe51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
ls
3838
mkdir build install
3939
cd build
40-
../gcc/configure --enable-host-shared --enable-languages=c,jit,lto --disable-bootstrap --disable-multilib --prefix=$(pwd)/../install/usr --libdir=$(pwd)/../install/usr/lib --libexecdir=$(pwd)/../install/usr/lib
40+
../gcc/configure --enable-host-shared --enable-languages=c,jit,lto --disable-bootstrap --disable-multilib --prefix=/usr
4141
make -j4
42-
make install
42+
make install DESTDIR=$(pwd)/../install
4343
4444
- name: Build Debian package
4545
run: |

0 commit comments

Comments
 (0)