Browse Source

chore: update relase linux command

pull/119/head v4.9.2
Aldino Kemal 2 years ago
parent
commit
6f608615bf
  1. 8
      .github/workflows/release-linux.yml

8
.github/workflows/release-linux.yml

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

Loading…
Cancel
Save