mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-30 15:22:25 +00:00
Revert linux part for now
This commit is contained in:
parent
4abd9c1b40
commit
cabe06ea92
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user