Skip to content

Commit

Permalink
GitHub actions: Don't try to install Ubuntu packages on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmah888 committed Feb 21, 2025
1 parent cf3bb40 commit 91c87b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: |
sudo apt-get -y update && sudo apt-get install -y build-essential
- name: build
run: |
./configure && make && make check
Expand All @@ -61,9 +58,6 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: |
sudo apt-get -y update && sudo apt-get install -y build-essential
- name: build
run: |
./configure && make && make check
Expand Down

0 comments on commit 91c87b4

Please sign in to comment.