Skip to content

Commit

Permalink
patch: test without debug to prevent issue with xxhash-addon
Browse files Browse the repository at this point in the history
  • Loading branch information
JOASSART Edwin committed Dec 11, 2023
1 parent 24f9a0a commit d7d1720
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ runs:
- name: Test release
shell: bash
run: |
if [[ '${{ inputs.VERBOSE }}' =~ on|On|Yes|yes|true|True ]]; then
export DEBUG='electron-forge:*,sidecar'
fi
## FIXME: causes issues with `xxhash` which tries to load a debug build which doens't exist and cannot be compiled
# if [[ '${{ inputs.VERBOSE }}' =~ on|On|Yes|yes|true|True ]]; then
# export DEBUG='electron-forge:*,sidecar'
# fi
runner_os="$(echo "${RUNNER_OS}" | tr '[:upper:]' '[:lower:]')"
Expand Down

0 comments on commit d7d1720

Please sign in to comment.