From 14e07443047df459416abe223ccf623f9da26e0b Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 24 Feb 2021 19:18:22 +0100 Subject: [PATCH] try ubuntu icc pipeline --- .github/workflows/ubuntu-latest-icc.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: |