|
|
@ -17,8 +17,8 @@ jobs: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
- name: Ubuntu update package |
|
|
- name: Ubuntu update package |
|
|
run: | |
|
|
run: | |
|
|
sudo apt update -y |
|
|
|
|
|
sudo apt install libvips-dev |
|
|
|
|
|
|
|
|
sudo apt -y update |
|
|
|
|
|
sudo apt -y install libvips-dev |
|
|
- name: Golang Installation |
|
|
- name: Golang Installation |
|
|
uses: actions/setup-go@v4 |
|
|
uses: actions/setup-go@v4 |
|
|
with: |
|
|
with: |
|
|
@ -45,8 +45,8 @@ jobs: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
- name: Ubuntu update package |
|
|
- name: Ubuntu update package |
|
|
run: | |
|
|
run: | |
|
|
sudo apt update -y |
|
|
|
|
|
sudo apt install libvips-dev |
|
|
|
|
|
|
|
|
sudo apt -y update |
|
|
|
|
|
sudo apt -y install libvips-dev |
|
|
- name: Golang Installation |
|
|
- name: Golang Installation |
|
|
uses: actions/setup-go@v4 |
|
|
uses: actions/setup-go@v4 |
|
|
with: |
|
|
with: |
|
|
|