From 02335cd8a8986725aab2731f08bf462498a80cca Mon Sep 17 00:00:00 2001 From: trevyn <230691+trevyn@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:43:50 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0154a6b..1c6f7ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,8 +24,8 @@ jobs: - uses: actions/checkout@v4 - run: | - echo steam steam/question select "I AGREE" | debconf-set-selections - echo steam steam/license note '' | debconf-set-selections + echo steam steam/question select "I AGREE" | sudo debconf-set-selections + echo steam steam/license note '' | sudo debconf-set-selections sudo add-apt-repository multiverse sudo dpkg --add-architecture i386 sudo apt update