diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml index 836ae52..f3ecc55 100644 --- a/.github/workflows/ubuntu-latest-icc.yml +++ b/.github/workflows/ubuntu-latest-icc.yml @@ -26,6 +26,10 @@ jobs: run: shell: bash + container: + image: gcc:${{ matrix.version }} + options: -v /usr/local:/host_usr_local + steps: - uses: actions/checkout@v2