Linux install: Setup GCC

This commit is contained in:
Jakub Melka 2024-01-21 11:43:41 +01:00
parent 1bf4e90b8c
commit a27d8be0e0

View File

@ -12,6 +12,12 @@ jobs:
uses: actions/checkout@v4
with:
path: pdf4qt
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: latest
platform: x64
- name: 'VCPKG: Set up VCPKG'
run: |