Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
  • Loading branch information
mirgee committed Feb 17, 2023
1 parent 551fa59 commit 3964b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ jobs:
brew install openssl
brew install zeromq
brew install libsodium
brew install pkg-config
- name: "Build libvcx.dylib"
run: cargo build --release
- name: "Publish artifact libvcx.dylib"
Expand Down Expand Up @@ -709,7 +710,7 @@ jobs:
- host: macos-latest
target: x86_64-apple-darwin
build: |
brew install openssl zmq
brew install openssl zmq pkg-config
npm run build:napi
strip -x *.node
- host: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion ci/libvcx.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ RUN cp /usr/share/zoneinfo/UTC /etc/localtime && echo UTC > /etc/timezone
ENV TZ=UTC

RUN echo 'https://dl-cdn.alpinelinux.org/alpine/v3.17/main' >> /etc/apk/repositories
RUN apk add --no-cache nodejs=18.12.1-r0
RUN apk add --no-cache nodejs=18.14.1-r0

USER node

0 comments on commit 3964b14

Please sign in to comment.