Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed May 24, 2024
1 parent ec3c306 commit 31a3898
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_call:

jobs:
repo:
wasm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -19,9 +19,11 @@ jobs:
packages: |
insightsengineering/[email protected]
insightsengineering/[email protected]
insightsengineering/[email protected]
- name: Debug
run: |
apt-get update && apt-get install -yq tree
ls -la
tree _site
cat _site/bin/emscripten/contrib/4.4/PACKAGES

0 comments on commit 31a3898

Please sign in to comment.