Skip to content

Commit

Permalink
chore: update relase linux command
Browse files Browse the repository at this point in the history
  • Loading branch information
aldinokemal committed Feb 11, 2024
1 parent d99d60f commit 6f60861
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 6f60861

Please sign in to comment.