mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 06:48:20 +00:00
Remove step i think isn't required for windows, change linux path
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
|||||||
uses: actions/cache@v5
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
vcpkg_installed
|
build/vcpkg_installed
|
||||||
submodules/vcpkg/downloads
|
submodules/vcpkg/downloads
|
||||||
key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }}
|
key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
@@ -70,11 +70,6 @@ jobs:
|
|||||||
- name: Enable long paths
|
- name: Enable long paths
|
||||||
run: git config --global core.longpaths true
|
run: git config --global core.longpaths true
|
||||||
|
|
||||||
- name: Setup MSVC environment
|
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
|
||||||
with:
|
|
||||||
arch: x64
|
|
||||||
|
|
||||||
- name: Restore vcpkg Cache
|
- name: Restore vcpkg Cache
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user