From f250cd8366f3feee933a1f9a1e8f16f29bef77fa Mon Sep 17 00:00:00 2001 From: nullprop Date: Mon, 13 Jan 2025 22:57:48 +0200 Subject: [PATCH] Update actions --- .forgejo/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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