Skip to content

Commit

Permalink
try to fix apt mirror issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Oct 14, 2023
1 parent 50b2cb8 commit a419492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.20.5'
- uses: vegardit/fast-apt-mirror.sh@v1
- run: |
sudo apt-get install -y sqlite3 libgtk-3-dev libwebkit2gtk-4.0-dev build-essential pkg-config
npm install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.20.5'
- uses: vegardit/fast-apt-mirror.sh@v1
- run: |
sudo apt-get install -y sqlite3
npm install
Expand Down

0 comments on commit a419492

Please sign in to comment.