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 f390e75 commit 4e839b1Copy full SHA for 4e839b1
.github/workflows/githubci.yml
@@ -62,7 +62,6 @@ jobs:
62
- name: Setup Python
63
uses: actions/setup-python@v3
64
65
-
66
- name: Checkout Code
67
uses: actions/checkout@v3
68
with:
@@ -100,7 +99,6 @@ jobs:
100
99
pip3 install adafruit-nrfutil uritemplate requests intelhex
101
pip3 install linkermap/
102
103
104
- name: Build
105
run: |
106
make BOARD=${{ matrix.board }} all
@@ -109,7 +107,6 @@ jobs:
109
107
- name: Linker Map
110
108
run: make BOARD=${{ matrix.board }} linkermap
111
112
113
- uses: actions/upload-artifact@v3
114
115
name: ${{ matrix.board }}
0 commit comments