Skip to content

Commit dc61ccc

Browse files
committed
Minor fix
1 parent 263e93d commit dc61ccc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux-arm64.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
needs: build-v8
6363
runs-on: ${{ matrix.os }}
6464
env:
65+
ARCH: arm64
6566
DIST_NAME: stpyv8-linux-py${{ matrix.python-version }}
6667
STPYV8_BOOST_PYTHON: boost_python${{ matrix.python-version }}
6768
strategy:
@@ -70,8 +71,6 @@ jobs:
7071
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
7172
boost-version: [1.90.0]
7273
boost-version-snake: ['1_90_0']
73-
env:
74-
ARCH: arm64
7574
steps:
7675
- name: Checkout repository
7776
uses: actions/checkout@v4

0 commit comments

Comments
 (0)