Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
barakplasma committed Jun 10, 2024
1 parent c880ee1 commit 9d6c4e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
build:

runs-on: ubuntu-latest
container: golang:1.22.3

steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version-file: go.mod
# - uses: actions/setup-go@v5
# with:
# go-version-file: go.mod

- name: setup client
run: wget https://github.com/vi/websocat/releases/latest/download/websocat.x86_64-unknown-linux-musl && chmod +x websocat.x86_64-unknown-linux-musl
Expand Down

0 comments on commit 9d6c4e6

Please sign in to comment.