Skip to content

Commit 6192972

Browse files
committed
github_path
1 parent 9dc76cb commit 6192972

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99

10-
- name: Install system dependencies
11-
run: sudo apt-get update && sudo apt-get install -y make
12-
1310
- name: Install toolchain
1411
run: |
1512
wget https://github.com/dinuxbg/gnupru/releases/download/2025.05/pru-elf-2025.05.amd64.tar.xz
1613
tar xJf pru-elf-2025.05.amd64.tar.xz
17-
echo "PATH=$(pwd)/pru-elf/bin" >> $GITHUB_ENV
14+
echo "$(pwd)/pru-elf/bin" >> $GITHUB_PATH
1815
1916
- name: Compile project
2017
run: make

0 commit comments

Comments
 (0)