Skip to content

Commit

Permalink
Try action with GoAT included
Browse files Browse the repository at this point in the history
  • Loading branch information
sander committed Aug 23, 2024
1 parent 0dabec5 commit a968530
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
name: Editor’s Copy
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
- run: go install github.com/blampe/goat/cmd/goat@latest
- run: echo "$HOME/go/bin" >> $GITHUB_PATH
- run: echo $PATH
- uses: actions/checkout@v3
- id: setup
run: date -u "+date=%FT%T" >> $GITHUB_OUTPUT
Expand All @@ -47,7 +40,7 @@ jobs:
key: i-d-${{ steps.setup.outputs.date }}
restore-keys: i-d-
- name: Build
uses: martinthomson/i-d-template@v1
uses: larseggert/i-d-template@v1
with:
token: ${{ github.token }}
- name: Publish
Expand Down

0 comments on commit a968530

Please sign in to comment.