We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5c96d3 + 1f18985 commit 6d30fe8Copy full SHA for 6d30fe8
1 file changed
.github/workflows/ci.yml
@@ -1,11 +1,13 @@
1
name: 'CI'
2
on:
3
pull_request:
4
- types: [ opened, synchronize, reopened ]
+ types: [opened, synchronize, reopened]
5
jobs:
6
CI:
7
runs-on: ubuntu-latest
8
steps:
9
+ - name: Update package information with default mirror
10
+ run: sudo sed -i 's|mirror+file:/etc/apt/apt-mirrors.txt|http://archive.ubuntu.com/ubuntu|' /etc/apt/sources.list && sudo apt-get update
11
- name: Install libvips
12
run: sudo apt-get install libvips
13
- uses: actions/checkout@v2
0 commit comments