Skip to content

Commit

Permalink
Update rust.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
zduny committed Sep 19, 2023
1 parent 12ed7bb commit ba1b7fd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,13 @@ jobs:
uses: jetli/wasm-pack-action@v0.4.0

- name: Install browser
uses: abhi1693/setup-browser@v0.3.4
with:
browser: chrome
version: latest
uses: browser-actions/setup-chrome@v1

- name: Show Chrome version
run: chrome --version

- name: Set default browser to Chrome
run: export BROWSER=/usr/bin/google-chrome

- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit ba1b7fd

Please sign in to comment.