mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
Update pr.yml
This commit is contained in:
parent
f254cb086a
commit
28ff364faa
1 changed files with 6 additions and 6 deletions
12
.github/workflows/pr.yml
vendored
12
.github/workflows/pr.yml
vendored
|
|
@ -13,11 +13,11 @@ jobs:
|
|||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.16
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.16
|
||||
id: go
|
||||
- name: Set up Go 1.16
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.16
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v1
|
||||
|
|
@ -29,4 +29,4 @@ jobs:
|
|||
run: go build -v ./cmd/wails
|
||||
|
||||
- name: Test
|
||||
run: ./wails version
|
||||
run: ./wails version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue