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 f3c971c commit a126dd4Copy full SHA for a126dd4
.github/workflows/ci.yml
@@ -70,11 +70,15 @@ jobs:
70
71
- name: Install MinGW-w64/GCC/G++ (Linux & Windows)
72
if: matrix.os == 'ubuntu-latest'
73
- run: sudo apt install mingw-w64
+ run: |
74
+ sudo apt update
75
+ sudo apt install mingw-w64
76
77
- name: FreeType - Install (Linux)
78
if: matrix.os == 'ubuntu-latest' && matrix.type == 'linux' && matrix.freetype == true
- run: sudo apt install libfreetype6-dev
79
80
81
+ sudo apt install libfreetype6-dev
82
83
- name: FreeType - Install (Windows)
84
if: matrix.os == 'ubuntu-latest' && matrix.type == 'windows' && matrix.freetype == true
0 commit comments