mirror of
https://github.com/red0124/ssp.git
synced 2025-02-02 16:51:12 +01:00
try ubuntu icc pipeline
This commit is contained in:
parent
da7667cbc4
commit
14e0744304
5
.github/workflows/ubuntu-latest-icc.yml
vendored
5
.github/workflows/ubuntu-latest-icc.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user