There was an error while loading. Please reload this page.
1 parent 9200501 commit 16392c3Copy full SHA for 16392c3
1 file changed
.github/workflows/unittests.yml
@@ -10,7 +10,9 @@ jobs:
10
permissions:
11
contents: read
12
packages: read
13
- container: ghcr.io/those1990/linux-dev:1.0
+ container:
14
+ image: ghcr.io/those1990/linux-dev:1.0
15
+ options: --entrypoint "/bin/bash"
16
env:
17
HOME: /root
18
steps:
@@ -32,7 +34,9 @@ jobs:
32
34
33
35
36
37
38
39
40
41
42
0 commit comments