Skip to content

Commit

Permalink
perf: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Jan 24, 2025
1 parent b1f7f7b commit a9d599c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
version: ${{ steps.get_version.outputs.TAG }}
tag: ${{ steps.get_version.outputs.TAG }}

- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}

- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go_version }}
Expand All @@ -55,7 +51,7 @@ jobs:
- name: Make Build
id: make_build
run: |
make all -s && ls build
make all && ls build
env:
VERSION: ${{ steps.get_version.outputs.TAG }}

Expand Down

0 comments on commit a9d599c

Please sign in to comment.