Skip to content

Commit

Permalink
Merge pull request #330 from testsigmahq/fix/upgarding-package
Browse files Browse the repository at this point in the history
Fix(build-script): Upgrading package
  • Loading branch information
Santhosh-testsigma authored Nov 27, 2023
2 parents 53a5585 + 666498a commit 164cf63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: 'CI'
on:
pull_request:
types: [ opened, synchronize, reopened ]
types: [opened, synchronize, reopened]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Update package information with default mirror
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
- name: Install libvips
run: sudo apt-get install libvips
- uses: actions/checkout@v2
Expand Down

0 comments on commit 164cf63

Please sign in to comment.