mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-07 10:52:49 +08:00
uw
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -27,9 +27,6 @@ jobs:
|
||||
with:
|
||||
go-version: '1.20'
|
||||
|
||||
- name: Install Fyne CLI
|
||||
run: go install fyne.io/fyne/v2/cmd/fyne@latest
|
||||
|
||||
- name: Set up environment variables
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
@@ -43,7 +40,7 @@ jobs:
|
||||
echo "GOOS=linux" >> $GITHUB_ENV
|
||||
echo "GOARCH=amd64" >> $GITHUB_ENV
|
||||
echo "EXECUTABLE=$EXECUTABLE_NAME" >> $GITHUB_ENV
|
||||
sudo apt-get install -y libmpv-dev libgl-dev libxcursor-dev libxrandr-dev
|
||||
sudo apt-get install -y libmpv-dev libgl-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev
|
||||
|
||||
- name: Set up environment variables
|
||||
if: matrix.os == 'macos-latest'
|
||||
@@ -53,6 +50,9 @@ jobs:
|
||||
echo "EXECUTABLE=$EXECUTABLE_NAME" >> $GITHUB_ENV
|
||||
brew install mpv
|
||||
|
||||
- name: Install Fyne CLI
|
||||
run: go install fyne.io/fyne/v2/cmd/fyne@latest
|
||||
|
||||
- name: Tidy go.mod
|
||||
run: go mod tidy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user