Browse Source

Update build-plugin.yml

pull/42/head
hemmer 2 years ago
parent
commit
e9e883e8d1
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .github/workflows/build-plugin.yml

+ 3
- 3
.github/workflows/build-plugin.yml View File

@@ -16,17 +16,17 @@ jobs:
matrix:
config:
- os: ubuntu-latest
arch: lin
arch: lin-x64
compiler: cc
install-dependencies: |
sudo apt-get update && sudo apt-get install -y libglu-dev
- os: macos-latest
arch: mac
arch: mac-x64
compiler: cc
install-dependencies: |
brew install mesa
- os: windows-latest
arch: win
arch: win-x64
compiler: gcc
install-dependencies: |
choco install --no-progress -y zip


Loading…
Cancel
Save