mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Re-enable OpenBSD
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -947,7 +947,7 @@ jobs:
|
||||
|
||||
build-openbsd:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ false }}
|
||||
|
||||
strategy:
|
||||
# Don't abort runners if a single one fails
|
||||
fail-fast: false
|
||||
@@ -957,7 +957,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: OpenBSD VM
|
||||
uses: vmactions/openbsd-vm@main
|
||||
uses: vmactions/openbsd-vm@v1.2.5
|
||||
with:
|
||||
prepare: |
|
||||
pkg_add cmake llvm-20.1.8p1 ninja
|
||||
|
||||
Reference in New Issue
Block a user