diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-05-27 18:05:36 +0300 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-05-27 18:05:36 +0300 |
| commit | 462fd6be497e3ac9a115fc54b18ac8a478f6638b (patch) | |
| tree | 99c69872518fe2cfea958e636175617610a7f96b /.github | |
| parent | 7ef5fb4dceb7cd9ca9b8bdeb5c92e9b4a87c0280 (diff) | |
Fix linux install binutils step
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-on-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |
