Skip to content

Commit

Permalink
chore(ci): remove leftover junk in go-test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
  • Loading branch information
AtomicFS authored and AtomicFS committed Sep 11, 2024
1 parent 8636a55 commit aa4fa83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: stable
- name: Install Taskfile
run: |
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
- name: Install go dependencies
run: |
cd action
Expand All @@ -92,9 +89,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: stable
- name: Install Taskfile
run: |
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
- name: Install go dependencies
run: |
cd action
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tasks:
desc: Template task to build a go binary
dir: action
cmds:
- go build -ldflags="-s -w" -o ../bin/firmware-action-{{.OS}}-amd64-{{.SEMVER}}
- go build -ldflags="-s -w" -o ../bin/firmware-action-{{OS}}-{{ARCH}}-{{.SEMVER}}
env:
CGO_ENABLED: 0

Expand Down

0 comments on commit aa4fa83

Please sign in to comment.