mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
CI: Fix ubuntu-latest apt-get install ... 404 Not Found.
This commit is contained in:
parent
368ff01618
commit
42a04bbc77
1 changed files with 2 additions and 1 deletions
3
.github/workflows/regression.yml
vendored
3
.github/workflows/regression.yml
vendored
|
@ -12,7 +12,8 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: Install things
|
||||
run: |
|
||||
sudo apt install -y wget2 librsvg2-dev librsvg2-bin ninja-build git gcc-multilib g++-multilib
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y wget2 librsvg2-dev librsvg2-bin ninja-build git gcc-multilib g++-multilib
|
||||
sudo pip3 install meson
|
||||
|
||||
- name: Compile Thorvg PR
|
||||
|
|
Loading…
Add table
Reference in a new issue