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