Skip to content

Commit

Permalink
fix: github actions automation
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 4, 2024
1 parent 660f229 commit d74f091
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ jobs:
steps:
- name: Checkout code from repository
uses: actions/checkout@v4
- name: Install Dependencies
run: |
apt-get update
apt-get install -y -q cmake
- name: Install wasm-pack
run: cargo install wasm-pack
- name: Build WASM
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
steps:
- name: Checkout code from repository
uses: actions/checkout@v4
- name: Install Dependencies
run: |
apt-get update
apt-get install -y -q cmake
- name: Install Rust components
run: |
rustup component add rustfmt
Expand Down

0 comments on commit d74f091

Please sign in to comment.