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