Revert linux part for now

This commit is contained in:
KimLS 2026-04-28 19:42:26 -07:00
parent 4abd9c1b40
commit cabe06ea92

View File

@ -9,9 +9,6 @@ jobs:
linux: linux:
name: Linux name: Linux
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
VCPKG_DOWNLOADS: ${{ github.workspace }}/submodules/vcpkg/downloads
VCPKG_BINARY_SOURCES: 'clear;files,${{ github.workspace }}/vcpkg_archives,readwrite'
steps: steps:
- name: Checkout source - name: Checkout source
uses: actions/checkout@v5 uses: actions/checkout@v5
@ -32,10 +29,11 @@ jobs:
uses: actions/cache@v5 uses: actions/cache@v5
with: with:
path: | path: |
${{ env.VCPKG_DOWNLOADS }} vcpkg_installed
${{ github.workspace }}/vcpkg_archives submodules/vcpkg/downloads
key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }} key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }}
restore-keys: | restore-keys: |
${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }}-
${{ runner.os }}-vcpkg- ${{ runner.os }}-vcpkg-
- name: Configure - name: Configure