Skip to content

Commit

Permalink
upgrade used actions, and remove cmake installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Nov 1, 2024
1 parent 341db46 commit 6f7a26c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ jobs:
build-windows-release:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
clean: true
submodules: recursive
fetch-depth: 0

- name: Install CMake
uses: lukka/get-cmake@latest
with:
cmakeVersion: "3.23.2"

- name: Generate build files
run: |
mkdir build
Expand All @@ -49,8 +44,8 @@ jobs:
files: dist/
dest: omp-node.zip

- name: Upload artifacts (part 1)
uses: actions/upload-artifact@v3
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: omp-node
path: dist/*
Expand Down

0 comments on commit 6f7a26c

Please sign in to comment.