Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anoraktrend authored Jul 14, 2024
1 parent 9a78f2d commit 8250895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: make prefix
run: mkdir -p ./usr/bin ./usr/share/man/man1/
- name: make
run: make CFLAGS="-static"
run: make
- name: make install
run: DESTDIR=. PREFIX=/usr/ make install
- name: package
Expand Down

0 comments on commit 8250895

Please sign in to comment.