Commit 4ce7b55 1 parent f90fe3f commit 4ce7b55 Copy full SHA for 4ce7b55
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 9
9
build :
10
10
# The type of runner that the job will run on
11
11
runs-on : ubuntu-20.04
12
+ # Run the job in container
13
+ container : ubuntu:21.04
12
14
13
- # Steps represent a sequence of tasks that will be executed as part of the job
14
15
steps :
15
16
- name : Disk space utils
16
17
run : |
29
30
uses : actions/checkout@v2
30
31
31
32
- name : Install dependencies
32
- # run: sudo apt-get -y install $(grep "^[^#]" dependencies.txt)
33
33
run : |
34
- pip install tqdm defusedxml
34
+ apt-get -y install $(grep "^[^#]" dependencies.txt)
35
35
36
36
- name : Build
37
37
env :
Original file line number Diff line number Diff line change 1
1
# System dependencies for building status package list for Fedora
2
2
#
3
3
# dnf install $(grep "^[^#]" dependencies.txt)
4
+ # or
5
+ # apt-get -y install $(grep "^[^#]" dependencies.txt)
4
6
5
7
make
6
8
python3-defusedxml
You can’t perform that action at this time.
0 commit comments