Skip to content

Commit

Permalink
[GitHub Actions] Checkout code before setting up Go
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jan 9, 2023
1 parent b790139 commit eb27708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up Go ${{ matrix.go-version }}
uses: actions/[email protected]
with:
go-version: ${{ matrix.go-version }}
cache: true
- name: Check out code into the Go module directory
uses: actions/[email protected]
- name: Get dependencies
run: |
go get github.com/bwmarrin/discordgo
Expand Down

0 comments on commit eb27708

Please sign in to comment.