Skip to content

Commit ad6eac2

Browse files
committed
fix: store simplicity SDK outside of the project
1 parent 082f19d commit ad6eac2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Download Simplicity SDK
3636
run: |
3737
curl -o simplicity_sdk_2024.12.1.zip -L https://github.com/SiliconLabs/simplicity_sdk/releases/download/v2024.12.1-0/simplicity-sdk.zip \
38-
&& unzip -q -d simplicity_sdk simplicity_sdk_2024.12.1.zip \
38+
&& unzip -q -d /opt/simplicity_sdk simplicity_sdk_2024.12.1.zip \
3939
&& rm simplicity_sdk_2024.12.1.zip
4040
4141
- name: Download SLC CLI
@@ -64,7 +64,7 @@ jobs:
6464
- name: Build project
6565
run: tools/build.sh
6666
env:
67-
SDK: ${{ github.workspace }}/simplicity_sdk
67+
SDK: /opt/simplicity_sdk
6868
SLC: /opt/slc_cli/slc
6969
COMMANDER: /opt/commander/commander
7070

0 commit comments

Comments
 (0)