There was an error while loading. Please reload this page.
1 parent 4f55b1e commit 95420c4Copy full SHA for 95420c4
1 file changed
.github/workflows/unittests.yml
@@ -8,9 +8,13 @@ jobs:
8
gcc:
9
runs-on: ubuntu-latest
10
permissions:
11
- contents: read
12
packages: read
13
- container: ghcr.io/those1990/linux-dev:1.0
+ contents: read
+ container:
14
+ image: ghcr.io/those1990/linux-dev:1.0
15
+ credentials:
16
+ username: ${{ github.actor }}
17
+ password: ${{ secrets.GITHUB_TOKEN }}
18
env:
19
HOME: /root
20
steps:
@@ -30,9 +34,13 @@ jobs:
30
34
Clang:
31
35
32
36
33
37
38
39
40
41
42
43
44
45
46
0 commit comments