Skip to content

Commit

Permalink
Set up Go
Browse files Browse the repository at this point in the history
  • Loading branch information
thomshutt committed Jan 12, 2024
1 parent a2e3cfb commit 4e693fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
/home/devops/compiled
key: ffmpeg-cache-v1-${{ hashFiles('**/install_ffmpeg.sh') }}

- name: Set up go
id: go
uses: actions/setup-go@v5
with:
go-version: 1.20.4
cache: true
cache-dependency-path: go.sum

- name: Install ffmpeg
if: steps.cache-packages.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 4e693fe

Please sign in to comment.