Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Oct 7, 2024
1 parent c00c521 commit aa9989b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get update
sudo apt-get install fossil hg
sudo apt-get install fossil mercurial
- name: Install Fossil and Mercurial
if: ${{ runner.os == 'macOS' }}
run: |
brew update
brew install fossil hg
brew install fossil mercurial
- name: Install Fossil and Mercurial
if: ${{ runner.os == 'Windows' }}
Expand Down

0 comments on commit aa9989b

Please sign in to comment.