try ubuntu icc pipeline

This commit is contained in:
ado 2021-02-24 19:18:22 +01:00
parent da7667cbc4
commit 14e0744304

View File

@ -26,11 +26,16 @@ jobs:
run: run:
shell: bash shell: bash
container:
image: gcc:10
options: -v /usr/local:/host_usr_local
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: cache install - name: cache install
id: cache-install id: cache-install
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: | path: |