Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
andarut committed Sep 24, 2023
1 parent 8aa3678 commit bc4802d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ jobs:
- os: jammy
compiler: g++

name: "${{matrix.os}}"

steps:
- uses: actions/checkout@v3

Expand All @@ -139,7 +137,7 @@ jobs:
- name: Add apt source
run: |
echo "deb [arch=amd64] https://artifactory-external.vkpartner.ru/artifactory/kphp jammy main" | sudo tee /etc/apt/sources.list.d/vkpartner.list
echo "deb [arch=amd64] https://artifactory-external.vkpartner.ru/artifactory/kphp ${{matrix.os}} main" | sudo tee /etc/apt/sources.list.d/vkpartner.list
- name: Install php7.4-vkext
run: |
Expand Down

0 comments on commit bc4802d

Please sign in to comment.