Skip to content

Commit

Permalink
export PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Dec 13, 2024
1 parent 988eee7 commit 7fee025
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
- name: Install required ubuntu packages
if: ${{ matrix.arch == 'linux_amd64' || matrix.arch == 'linux_arm64' }}
run: |
apt update
apt install apt
export PATH=$PATH:/usr/bin/
apt-get update -y -qq
apt-get install -y -qq software-properties-common
add-apt-repository ppa:git-core/ppa
Expand Down

0 comments on commit 7fee025

Please sign in to comment.