Skip to content

Commit 4b3ca15

Browse files
committed
explain error
1 parent 6090a5d commit 4b3ca15

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build_and_publish_test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,9 @@ jobs:
210210
timeout-minutes: 5
211211
run: |
212212
cd rapidyenc
213-
if [ "${{ matrix.arch }}" = "amd64" ]; then
214-
./crossbuild_rapidyenc_darwin-amd64.sh || ./build_rapidyenc_linux-amd64.sh darwin
215-
fi
216-
if [ "${{ matrix.arch }}" = "arm64" ]; then
217-
./build_rapidyenc_linux-arm64.sh darwin || ./build_rapidyenc_linux-amd64.sh darwin
218-
fi
213+
# macOS builds natively - the build_rapidyenc_linux-amd64.sh script
214+
# is actually a native build script (despite the misleading name)
215+
./build_rapidyenc_linux-amd64.sh darwin
219216
220217
# Run tests with race detector for supported platforms
221218
- name: "Run race detector tests (amd64/linux only)"

0 commit comments

Comments
 (0)