Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderFerkingstadLaerdal authored Nov 21, 2023
1 parent 308c5ad commit cd89477
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
- .:/workdir
steps:
- name: test
run: which nrfutil
run: |
which nrfutil
nrfutil install toolchain-manager
nrfutil toolchain-manager install --ncs-version v2.5.0
shell: bash
- name: test2
run: nrfutil toolchain-manager launch -- west
Expand Down

0 comments on commit cd89477

Please sign in to comment.