Skip to content

Commit

Permalink
enough with using docker, just use github's host
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Nov 2, 2024
1 parent 420798a commit ef3ec33
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,14 @@ jobs:
submodules: recursive
fetch-depth: 0

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

# The docker method doesn't work on github actions, but works totally fine locally.
# - name: Build using docker
# run: |
# cd docker
# chmod +x ./build.sh
# chmod +x ./docker-entrypoint.sh
# ./build.sh

- name: Build
run: |
cmake --version
Expand All @@ -79,7 +76,7 @@ jobs:
cd dist
mkdir components
cd ..
mv ./docker/build/src/omp-node.dll ./dist/components/omp-node.so
mv ./build/src/omp-node.dll ./dist/components/omp-node.so
mv ./deps/node/lib/linux/x64/libnode.so.108 ./dist/libnode.so.108
- name: Upload artifacts
Expand Down

0 comments on commit ef3ec33

Please sign in to comment.