mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-03-10 00:10:10 +01:00
Linux install: Setup GCC
This commit is contained in:
parent
1bf4e90b8c
commit
a27d8be0e0
6
.github/workflows/LinuxInstall.yml
vendored
6
.github/workflows/LinuxInstall.yml
vendored
@ -13,6 +13,12 @@ jobs:
|
||||
with:
|
||||
path: pdf4qt
|
||||
|
||||
- name: Set up GCC
|
||||
uses: egor-tensin/setup-gcc@v1
|
||||
with:
|
||||
version: latest
|
||||
platform: x64
|
||||
|
||||
- name: 'VCPKG: Set up VCPKG'
|
||||
run: |
|
||||
git clone --depth=1 https://github.com/microsoft/vcpkg.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user