fix syntax in go-version in workflow yml
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: stable
|
||||
go-version: 'stable'
|
||||
- name: Install dependencies
|
||||
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
|
||||
- name: golangci-lint
|
||||
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: stable
|
||||
go-version: 'stable'
|
||||
- name: Install Dependencies
|
||||
run: brew install --force mpv && brew install --force dylibbundler
|
||||
- name: Setup path
|
||||
@@ -110,7 +110,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: stable
|
||||
go-version: 'stable'
|
||||
- name: Install Dependencies
|
||||
run: brew install --force mpv && brew install --force dylibbundler
|
||||
- name: Setup path
|
||||
@@ -195,7 +195,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: stable
|
||||
go-version: 'stable'
|
||||
- name: Install dependencies
|
||||
run: sudo apt update && sudo apt install -y libmpv-dev gcc libegl1-mesa-dev xorg-dev
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user