Skip to content

Commit 90d3d3f

Browse files
committed
use containers
1 parent 54859c5 commit 90d3d3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ccpp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
LC_ALL: C.UTF-8
2121

2222
runs-on: ubuntu-22.04
23+
container: ubuntu:22.04
2324

2425
steps:
2526
- uses: actions/checkout@v4
@@ -105,6 +106,7 @@ jobs:
105106
LC_ALL: C.UTF-8
106107

107108
runs-on: ubuntu-22.04
109+
container: ubuntu:22.04
108110

109111
steps:
110112
- uses: actions/checkout@v4
@@ -190,6 +192,7 @@ jobs:
190192
LC_ALL: C.UTF-8
191193

192194
runs-on: ubuntu-22.04
195+
container: ubuntu:22.04
193196

194197
steps:
195198
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)