try ubuntu icc pipeline

This commit is contained in:
ado 2021-02-24 21:19:23 +01:00
parent 0385fd7af4
commit 8e6fd12215

View File

@ -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