diff --git a/.github/workflows/osxbom.yml b/.github/workflows/osxbom.yml index e995bb5..4c2b844 100644 --- a/.github/workflows/osxbom.yml +++ b/.github/workflows/osxbom.yml @@ -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/upload-artifact@v4.3.2 with: