Skip to content

Commit

Permalink
Imrpove web runner
Browse files Browse the repository at this point in the history
  • Loading branch information
SkwalExe committed Feb 14, 2025
1 parent a76b739 commit dc18050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_online.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install Rsfrac
run: cargo install --path .
run: cargo install --path . --features web-runner
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down

0 comments on commit dc18050

Please sign in to comment.