diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml index ba25ab3..8a481e7 100644 --- a/.github/workflows/ubuntu-latest-icc.yml +++ b/.github/workflows/ubuntu-latest-icc.yml @@ -26,11 +26,16 @@ jobs: run: shell: bash + container: + image: gcc:10 + options: -v /usr/local:/host_usr_local + steps: - uses: actions/checkout@v2 - name: cache install id: cache-install + uses: actions/cache@v2 with: path: |