Skip to content

Commit

Permalink
WIP: Install the local webr support package
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Nov 9, 2023
1 parent 19422c7 commit 1abc89f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-webr-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
container: ghcr.io/r-wasm/webr:main
steps:
- uses: actions/checkout@v3
- name: Install the local webr support package
run: rm -rf /opt/webr/packages/webr/libs && R CMD INSTALL /opt/webr/packages/webr
- name: Build wasm packages
uses: r-wasm/actions/build-wasm-packages@v1
with:
Expand Down

0 comments on commit 1abc89f

Please sign in to comment.