Skip to content

Commit 377bb4b

Browse files
committed
prep for matrix
1 parent 7e13796 commit 377bb4b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,11 @@ jobs:
153153
if: ${{ always() && needs.source.outputs.sourcepkg }}
154154
runs-on: ubuntu-22.04
155155
timeout-minutes: 60
156-
name: Build for webassembly
156+
name: Build R-${{ matrix.r }} for WASM
157+
strategy:
158+
fail-fast: false
159+
matrix:
160+
r: [ 'oldrel' 'release' ]
157161
steps:
158162
# - name: "Restore package library"
159163
# uses: actions/cache/restore@v4
@@ -167,8 +171,9 @@ jobs:
167171
name: package-source
168172
path: .
169173
- id: build
174+
if: ${{ matrix.r == 'oldrel' }}
170175
name: Build wasm binary
171-
uses: r-universe-org/build-wasm@master
176+
uses: r-universe-org/build-wasm@oldrel
172177
with:
173178
sourcepkg: ${{ needs.source.outputs.sourcepkg }}
174179
env:

0 commit comments

Comments
 (0)