We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a4a3e commit 88eb3ddCopy full SHA for 88eb3dd
.github/workflows/linux.yml
@@ -24,7 +24,6 @@ jobs:
24
with:
25
raku-version: ${{ matrix.raku-version }}
26
- name: Linux specific setup
27
- if: contains(matrix.os, 'ubuntu')
28
run: |
29
sudo apt-get install -y libharfbuzz-dev
30
sudo apt-get install -y libfribidi-dev
.github/workflows/macos.yml
@@ -33,7 +33,7 @@ jobs:
33
brew reinstall freetype
34
brew reinstall fontconfig
35
brew install cairo
36
- - name: Install Raku Dependencies
+ - name: Install Raku Dependencies
37
38
zef install --/test App::Prove6
39
zef install MacOS::NativeLib
0 commit comments