Skip to content

Commit

Permalink
Merge branch 'master' of /~https://github.com/arg274/cambia
Browse files Browse the repository at this point in the history
  • Loading branch information
arg274 committed Jul 5, 2024
2 parents 5864d99 + fbd1e7c commit 5bb748e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
jobs:
npm:
name: Build frontend
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
Expand All @@ -24,7 +21,7 @@ jobs:
- name: Upload static site files
uses: actions/upload-artifact@v4
with:
name: webui-${{ matrix.os }}
name: webui
path: web/build

cargo:
Expand All @@ -39,7 +36,7 @@ jobs:
- name: Download static site files
uses: actions/download-artifact@v4
with:
name: webui-${{ matrix.os }}
name: webui
path: web/build
- uses: dtolnay/rust-toolchain@stable
- name: Build w/ experimental rippers
Expand Down

0 comments on commit 5bb748e

Please sign in to comment.