Skip to content

Commit 1f18985

Browse files
Fix(build-script): Upgrading package
1 parent a5c96d3 commit 1f18985

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: 'CI'
22
on:
33
pull_request:
4-
types: [ opened, synchronize, reopened ]
4+
types: [opened, synchronize, reopened]
55
jobs:
66
CI:
77
runs-on: ubuntu-latest
88
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
911
- name: Install libvips
1012
run: sudo apt-get install libvips
1113
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)