Skip to content

Commit 88eb3dd

Browse files
committed
Refix macOS CI script
1 parent f0a4a3e commit 88eb3dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
raku-version: ${{ matrix.raku-version }}
2626
- name: Linux specific setup
27-
if: contains(matrix.os, 'ubuntu')
2827
run: |
2928
sudo apt-get install -y libharfbuzz-dev
3029
sudo apt-get install -y libfribidi-dev

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
brew reinstall freetype
3434
brew reinstall fontconfig
3535
brew install cairo
36-
- name: Install Raku Dependencies
36+
- name: Install Raku Dependencies
3737
run: |
3838
zef install --/test App::Prove6
3939
zef install MacOS::NativeLib

0 commit comments

Comments
 (0)