We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc76cb commit 6192972Copy full SHA for 6192972
.github/workflows/build.yml
@@ -7,14 +7,11 @@ jobs:
7
steps:
8
- uses: actions/checkout@v4
9
10
- - name: Install system dependencies
11
- run: sudo apt-get update && sudo apt-get install -y make
12
-
13
- name: Install toolchain
14
run: |
15
wget https://github.com/dinuxbg/gnupru/releases/download/2025.05/pru-elf-2025.05.amd64.tar.xz
16
tar xJf pru-elf-2025.05.amd64.tar.xz
17
- echo "PATH=$(pwd)/pru-elf/bin" >> $GITHUB_ENV
+ echo "$(pwd)/pru-elf/bin" >> $GITHUB_PATH
18
19
- name: Compile project
20
run: make
0 commit comments