Skip to content

Commit

Permalink
Test makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
NoMore201 committed Oct 20, 2024
1 parent cebb306 commit 272036b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
export CXXFLAGS="-O2"
export LDFLAGS="-static -s"
../configure --prefix /opt/gcc
make -j$(nproc)
make -j$(nproc) stamps/build-gcc-stage1
- name: Package
run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
export CXXFLAGS="-O2"
export LDFLAGS="-static -s"
../configure --prefix /opt/gcc
make -j$(nproc)
make -j$(nproc) stamps/build-gcc-stage1
- name: Package
run: |
Expand Down

0 comments on commit 272036b

Please sign in to comment.