Skip to content

Commit

Permalink
Update prebuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp authored Nov 9, 2024
1 parent 9bd5114 commit a42e5d2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test and Prebuild
on: [push]
jobs:
build-test-macos:
#if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
env:
LMDB_DATA_V1: ${{ contains(github.ref, '-v1') }}
runs-on: macos-12
Expand Down Expand Up @@ -41,15 +41,14 @@ jobs:
runs-on: windows-arm64
steps:
- uses: actions/checkout@v3
# - name: Set up Python 3.12
# uses: actions/setup-python@v5
# with:
# python-version: "3.12"
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install -g windows-build-tools
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
with:
Expand Down

0 comments on commit a42e5d2

Please sign in to comment.