aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2022-12-31 15:24:11 -0500
committerAdam Harrison <adamdharrison@gmail.com>2022-12-31 15:24:11 -0500
commitefb2a3bbf06e23297baff2f36a3cc83dd02d8aec (patch)
tree64dc91092e21a011c196c04fe53125c7db47bc77 /.github
parent79b202a8d257114fc6097ca6884836690e04fe31 (diff)
downloadlite-xl-plugin-manager-efb2a3bbf06e23297baff2f36a3cc83dd02d8aec.tar.gz
lite-xl-plugin-manager-efb2a3bbf06e23297baff2f36a3cc83dd02d8aec.zip
Fixed?
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5df547f..fb410cb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: CI
on: { push: { branches: [master] } }
env: { VERSION: "0.1" }
jobs:
- build-linux-windows:
+ build_linux_windows:
runs-on: ubuntu-latest
defaults: { run: { shell: bash } }
steps:
@@ -40,8 +40,9 @@ jobs:
gh release delete -y v$RELEASE || true;
gh release create -t v$RELEASE v$RELEASE lpm.x86_64-linux lpm.x86_64-windows.exe
fi
- build-macos:
- needs: build-linux-windows
+
+ build_macos:
+ needs: build_linux_windows
runs-on: macos-11
env:
CC: clang