Skip to content

Commit

Permalink
Update edopro.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Oct 11, 2022
1 parent 6e967da commit 08651f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/edopro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@ jobs:
avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
username: Github

Linux-ubuntu-20-gcc-7-5-0:
Linux-docker-gcc-7-5-0:
runs-on: ubuntu-latest
container: ubuntu:18.04
env:
DEPLOY_BRANCH: travis-linux-ubuntu-20
DEPLOY_BRANCH: travis-linux-docker-gcc7
TRAVIS_OS_NAME: linux
BUILD_CONFIG: release
ARCH: x64
Expand All @@ -223,7 +223,7 @@ jobs:
shell: bash
run: |
echo "VCPKG_ROOT=$PWD/vcpkg" >> $GITHUB_ENV
echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/installed_x64-linux-ubuntu-20.7z" >> $GITHUB_ENV
echo "VCPKG_CACHE_7Z_URL=$DEPENDENCIES_BASE_URL/installed_x64-linux-docker-gcc7.7z" >> $GITHUB_ENV
- name: Get apt packages
shell: bash
run: |
Expand Down

0 comments on commit 08651f6

Please sign in to comment.