Skip to content

Commit

Permalink
prep for matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 29, 2024
1 parent 7e13796 commit 377bb4b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@ jobs:
if: ${{ always() && needs.source.outputs.sourcepkg }}
runs-on: ubuntu-22.04
timeout-minutes: 60
name: Build for webassembly
name: Build R-${{ matrix.r }} for WASM
strategy:
fail-fast: false
matrix:
r: [ 'oldrel' 'release' ]
steps:
# - name: "Restore package library"
# uses: actions/cache/restore@v4
Expand All @@ -167,8 +171,9 @@ jobs:
name: package-source
path: .
- id: build
if: ${{ matrix.r == 'oldrel' }}
name: Build wasm binary
uses: r-universe-org/build-wasm@master
uses: r-universe-org/build-wasm@oldrel
with:
sourcepkg: ${{ needs.source.outputs.sourcepkg }}
env:
Expand Down

0 comments on commit 377bb4b

Please sign in to comment.