Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/vaddy 4.2 #8

Open
wants to merge 22 commits into
base: 4.2
Choose a base branch
from
Prev Previous commit
Next Next commit
Remove Azure from apt sources
kiy0taka committed Jun 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c7a12d9cb3a5d2a052aa814b0602a053d8c897ed
13 changes: 13 additions & 0 deletions .github/workflows/vaddy/prepare/action.yml
Original file line number Diff line number Diff line change
@@ -24,6 +24,19 @@ runs:
using: "composite"
steps:

- name: Workaround
shell: bash
run: |
sudo gem install apt-spy2
sudo apt-spy2 check
sudo apt-spy2 fix --commit
sudo apt-get update

- name: Setup PHP
uses: nanasess/setup-php@master
with:
php-version: '7.4'

- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master