Skip to content

Commit 4b7c0ea

Browse files
committed
Always use the latest vcpkg cache
1 parent 46e362d commit 4b7c0ea

File tree

1 file changed

+5
-55
lines changed

1 file changed

+5
-55
lines changed

.github/workflows/edopro.yml

+5-55
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build EDOPro
22
on: [push, pull_request]
33
env:
44
COVERS_URL: ${{ secrets.COVERS_URL }}
5-
DEPENDENCIES_BASE_URL: https://github.com/edo9300/edopro-vcpkg-cache/releases/download/20230521-3
5+
DEPENDENCIES_BASE_URL: https://github.com/edo9300/edopro-vcpkg-cache/releases/latest/download
66
DEPLOY_DIR: deploy
77
DEPLOY_REPO: ${{ secrets.DEPLOY_REPO }}
88
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
@@ -160,57 +160,7 @@ jobs:
160160
# avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
161161
# username: Github
162162

163-
# Linux-gcc-7-5-0:
164-
# runs-on: ubuntu-18.04
165-
# env:
166-
# DEPLOY_BRANCH: travis-linux
167-
# TRAVIS_OS_NAME: linux
168-
# BUILD_CONFIG: release
169-
# ARCH: x64
170-
# steps:
171-
# - name: Set custom env vars
172-
# shell: bash
173-
# run: |
174-
# echo "VCPKG_ROOT=$PWD/vcpkg" >> $GITHUB_ENV
175-
# echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/installed_x64-linux.7z" >> $GITHUB_ENV
176-
# - name: Get apt packages
177-
# shell: bash
178-
# run: |
179-
# sudo apt remove libsqlite3-dev
180-
# - uses: actions/checkout@v1
181-
# with:
182-
# fetch-depth: 1
183-
# - name: Install premake
184-
# shell: bash
185-
# run: ./travis/install-premake5.sh
186-
# - name: Install dependencies
187-
# shell: bash
188-
# run: ./travis/dependencies.sh
189-
# - name: Build
190-
# shell: bash
191-
# run: ./travis/build.sh
192-
# - name: Predeploy
193-
# shell: bash
194-
# run: ./travis/predeploy.sh
195-
# - name: Deploy
196-
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
197-
# shell: bash
198-
# run: ./travis/deploy.sh
199-
# - name: Log Failure
200-
# uses: sarisia/actions-status-discord@v1
201-
# if: failure()
202-
# with:
203-
# nodetail: true
204-
# description: |
205-
# [[${{ github.event.repository.name }}] ${{ github.job }} failed on ${{ github.ref }}](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}})
206-
# title: |
207-
208-
# color: 0xff0000
209-
# webhook: ${{ secrets.DISCORD_WEBHOOK }}
210-
# avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
211-
# username: Github
212-
213-
Linux-docker-gcc-7-5-0:
163+
Linux-gcc-7-5-0:
214164
runs-on: ubuntu-latest
215165
container: ubuntu:18.04
216166
env:
@@ -223,7 +173,7 @@ jobs:
223173
shell: bash
224174
run: |
225175
echo "VCPKG_ROOT=$PWD/vcpkg" >> $GITHUB_ENV
226-
echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/installed_x64-linux-docker-gcc7.7z" >> $GITHUB_ENV
176+
echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/installed_x64-linux.7z" >> $GITHUB_ENV
227177
- name: Get apt packages
228178
shell: bash
229179
run: |
@@ -374,7 +324,7 @@ jobs:
374324
avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
375325
username: Github
376326

377-
Linux-docker-gcc-aarch64-7-5-0:
327+
Linux-aarch64-gcc-7-5-0:
378328
runs-on: ubuntu-latest
379329
container: ubuntu:18.04
380330
env:
@@ -1030,7 +980,7 @@ jobs:
1030980

1031981
Notify-success:
1032982
runs-on: ubuntu-latest
1033-
needs: [ Windows, Linux-docker-gcc-7-5-0, Mac-os-universal-cctools ]
983+
needs: [ Windows, Linux-gcc-7-5-0, Mac-os-universal-cctools ]
1034984
steps:
1035985
- name: Log Success
1036986
uses: sarisia/actions-status-discord@v1

0 commit comments

Comments
 (0)