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