From 462fd6be497e3ac9a115fc54b18ac8a478f6638b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=96=D1=83=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2?= <33721692+LeaveMyYard@users.noreply.github.com> Date: Sat, 27 May 2023 18:05:36 +0300 Subject: Fix linux install binutils step --- .github/workflows/build-on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build-on-release.yml b/.github/workflows/build-on-release.yml index 2a0a238..619d8e1 100644 --- a/.github/workflows/build-on-release.yml +++ b/.github/workflows/build-on-release.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependancies (Linux) if: matrix.os == 'ubuntu-latest' run: | - apt-get install -y binutils + sudo apt-get install -y binutils - name: Build with PyInstaller run: | -- cgit v1.2.3