Skip to content

Commit

Permalink
ddd
Browse files Browse the repository at this point in the history
  • Loading branch information
dfunckt committed Nov 9, 2023
1 parent d561f9b commit fd669b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
8 changes: 2 additions & 6 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ runs:
sudo apt-get update
sudo apt-get install -y --no-install-recommends fakeroot dpkg rpm
- name: Install host dependencies
if: runner.os == 'Windows'
shell: bash --noprofile --norc -eo pipefail -x {0}
run: choco install yq

- name: Install host dependencies
if: runner.os == 'macOS'
# FIXME: Python 3.12 dropped distutils that node-gyp depends upon.
Expand Down Expand Up @@ -139,7 +134,8 @@ runs:
BUILD_ARCH='x64,arm64'
elif [[ $runner_os =~ windows|win ]]; then
BUILD_ARCH="ia32,x64"
#BUILD_ARCH="ia32,x64"
BUILD_ARCH="x64"
else
echo "ERROR: unexpected runner OS: ${runner_os}"
Expand Down
5 changes: 0 additions & 5 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ runs:
xargs -L1 echo | sed 's/|//g' | xargs -L1 \
sudo apt-get --ignore-missing install || true
- name: Install host dependencies
if: runner.os == 'Windows'
shell: bash --noprofile --norc -eo pipefail -x {0}
run: npx node-gyp install

- name: Install host dependencies
if: runner.os == 'macOS'
# FIXME: Python 3.12 dropped distutils that node-gyp depends upon.
Expand Down

0 comments on commit fd669b5

Please sign in to comment.