Skip to content

Commit

Permalink
Testing GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rusini committed May 1, 2024
1 parent 4c23118 commit 755b821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Build Tools Information
run: |
sudo chroot /srv/alpine su - <<'END'
make --version; gcc --version
make --version; ${{matrix.compiler.GCC}} --version
END
- name: Checkout
Expand Down

0 comments on commit 755b821

Please sign in to comment.