File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v2
1616 - name : set up environment
1717 run : |
18- sudo apt-get install clang gir1.2-glib-2.0 gobject-introspection gtk-doc-tools libgirepository1.0-dev libglib2.0-dev ninja-build python3-setuptools python3-wheel
18+ sudo apt update
19+ sudo apt install clang gir1.2-glib-2.0 gobject-introspection gtk-doc-tools libgirepository1.0-dev libglib2.0-dev ninja-build python3-setuptools python3-wheel
1920 sudo pip3 install meson==1.0.0
2021
2122 - name : default build
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v2
1616 - name : set up environment
1717 run : |
18- sudo apt-get install gcc gir1.2-glib-2.0 gobject-introspection gtk-doc-tools libgirepository1.0-dev libglib2.0-dev ninja-build python3-setuptools python3-wheel
18+ sudo apt update
19+ sudo apt install gcc gir1.2-glib-2.0 gobject-introspection gtk-doc-tools libgirepository1.0-dev libglib2.0-dev ninja-build python3-setuptools python3-wheel
1920 sudo pip3 install meson==1.0.0
2021
2122 - name : default build
You can’t perform that action at this time.
0 commit comments