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 ba1c55c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Install required ubuntu packages
if: ${{ matrix.arch == 'linux_amd64' || matrix.arch == 'linux_arm64' }}
run: |
export PATH=$PATH:/usr/bin/
apt update
apt install apt
apt-get update -y -qq
Expand Down

0 comments on commit ba1c55c

Please sign in to comment.