aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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