Work around actions/runner-images#7210
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
8b5584f083
commit
f5682e6323
1 changed files with 4 additions and 2 deletions
6
.github/workflows/integration-tests.yml
vendored
6
.github/workflows/integration-tests.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Golang
|
||||
uses: actions/setup-go@v3
|
||||
|
|
@ -20,7 +20,9 @@ jobs:
|
|||
uses: canonical/setup-lxd@v0.1.1
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get -qq update && sudo apt-get -qq install -y apg coreutils make
|
||||
run: |
|
||||
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
||||
sudo apt-get -qq update && sudo apt-get -qq install -y apg coreutils make
|
||||
|
||||
- name: Set up ngrok
|
||||
id: ngrok
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue