diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index e8a8e4e..64deadd 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -13,9 +13,9 @@ jobs: - name: Install dependencies run: | - apt-get update - apt-get install gcc gcc-multilib g++ g++-multilib - python3 python3-pip python3-setuptools python3-wheel ninja-build + apt update + apt install -y gcc gcc-multilib g++ g++-multilib python3 python3-pip + pip3 python3-setuptools python3-wheel ninja-build pip3 install --user meson - name: Build