mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 13:42:02 +08:00
apt update before apt install (#265)
* apt update before apt install * Fix sudo
This commit is contained in:
parent
6790ddda46
commit
ab4373263d
2
.github/workflows/CI.yaml
vendored
2
.github/workflows/CI.yaml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup necessary packages
|
- name: Setup necessary packages
|
||||||
run: |
|
run: |
|
||||||
sudo apt install libvips-dev -y
|
sudo apt update && sudo apt install libvips-dev -y
|
||||||
|
|
||||||
- name: run test cases
|
- name: run test cases
|
||||||
run: make && make test
|
run: make && make test
|
||||||
|
2
.github/workflows/codecov.yaml
vendored
2
.github/workflows/codecov.yaml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup necessary packages
|
- name: Setup necessary packages
|
||||||
run: |
|
run: |
|
||||||
sudo apt install libvips-dev -y
|
sudo apt update && sudo apt install libvips-dev -y
|
||||||
|
|
||||||
- name: run test cases
|
- name: run test cases
|
||||||
run: make && make test
|
run: make && make test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user