Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Oct 30, 2023
1 parent 282981e commit 2b8aa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# command: yarn test || echo "There were test failures, this build may be sour."
- run:
name: Build and Publish - windows
command: npm run build:windows $( [ "$CIRCLE_BRANCH" != "release" ] && printf %s '--publish never' )
command: npm run build:windows $( [ "$CIRCLE_BRANCH" != "release" ] && printf %s '--publish never' ) --openssl-fips=""
# - run:
# name: Create Windows EXE
# command: yarn sh:copyexe
Expand Down

0 comments on commit 2b8aa7d

Please sign in to comment.