Skip to content

Commit

Permalink
Update osxbom.yml
Browse files Browse the repository at this point in the history
use compiler
  • Loading branch information
cooljeanius authored Apr 22, 2024
1 parent 79067d9 commit 345df94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osxbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
# # 'Transformers::TravisCI::Scripts::Dependencies' dependencies are currently unsupported
# # 'compiler' was not transformed because there is no suitable equivalent in GitHub Actions
- run: "./configure && make && make check && make distcheck"
- run: "./configure CC=${{ matrix.compiler }} && make && make check && make distcheck"
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 345df94

Please sign in to comment.