mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 18:47:35 +00:00
Revert linux part for now
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user