Skip to content

Commit

Permalink
ci: Use stable Rust to build firefox (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert authored Sep 11, 2024
1 parent 70b3914 commit dc068f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ jobs:
if: runner.os == 'Windows'
run: choco install -y mozillabuild

- name: Install Rust
uses: ./.github/actions/rust
with:
version: stable
token: ${{ secrets.GITHUB_TOKEN }}

- name: Bootstrap Firefox
run: |
cd mozilla-unified
Expand Down

0 comments on commit dc068f9

Please sign in to comment.