Skip to content

Commit

Permalink
Resolve issue with actions
Browse files Browse the repository at this point in the history
The default actions runner no longer contains the hub command: mislav/hub#3338

Install it manually.
  • Loading branch information
CryoByte33 committed Oct 10, 2023
1 parent 1b258fb commit a0376b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:

- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: golang gcc libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libx11-dev xorg-dev
packages: golang gcc libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libx11-dev xorg-dev hub
version: 1.0

- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '^1.20.x'
go-version: '^1.21.x'
check-latest: true
cache: true

Expand Down

0 comments on commit a0376b7

Please sign in to comment.