Compare commits
2 Commits
2fae1da76f
...
57cccd1cf2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57cccd1cf2 | ||
|
|
13bcb67fa5 |
@@ -22,7 +22,7 @@ jobs:
|
||||
-
|
||||
name: Restore docker image
|
||||
id: cache-docker
|
||||
uses: actions/cache@v3
|
||||
uses: https://github.com/actions/cache@v3
|
||||
with:
|
||||
path: /tmp/docker
|
||||
key: ${{ runner.os }}-docker-${{ hashFiles('builder.Dockerfile') }}
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
-
|
||||
name: Restore docker image
|
||||
id: cache-docker
|
||||
uses: actions/cache@v3
|
||||
uses: https://github.com/actions/cache@v3
|
||||
with:
|
||||
path: /tmp/docker
|
||||
key: ${{ runner.os }}-docker-${{ hashFiles('builder.Dockerfile') }}
|
||||
|
||||
@@ -102,24 +102,20 @@
|
||||
- -Wall
|
||||
- -g0
|
||||
- -O3
|
||||
- -m32
|
||||
:link:
|
||||
:*:
|
||||
- -g0
|
||||
- -O3
|
||||
- -m32
|
||||
:gcov:
|
||||
:compile:
|
||||
:*:
|
||||
- -g0
|
||||
- -O3
|
||||
- -Wall
|
||||
- -m32
|
||||
:link:
|
||||
:*:
|
||||
- -g0
|
||||
- -O3
|
||||
- -m32
|
||||
|
||||
|
||||
# LIBRARIES
|
||||
|
||||
Reference in New Issue
Block a user