Skip to content

Commit

Permalink
dont set target
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Apr 28, 2024
1 parent 7b7cb02 commit ce87d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
wget https://mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.8.5/gcc-4.8.5.tar.bz2
tar -xjf gcc-4.8.5.tar.bz2
cd gcc-4.8.5
./configure --target=${{ runner.arch }} --prefix ${{ github.workspace }}/gcc
./configure --prefix ${{ github.workspace }}/gcc
make -j $(nproc)
sduo make install
Expand Down

0 comments on commit ce87d11

Please sign in to comment.