Skip to content

Commit

Permalink
action builds with messages=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanArbuckle committed Mar 31, 2024
1 parent a16090a commit a3c69a6
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 @@ -28,5 +28,5 @@ jobs:
- name: Build Package
id: build_package
run: |
make package FINALPACKAGE=1
make package FINALPACKAGE=1 messages=yes
echo "::set-output name=package::$(ls -t packages | head -n1)"

0 comments on commit a3c69a6

Please sign in to comment.