We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1920092 commit 301bda2Copy full SHA for 301bda2
1 file changed
.github/workflows/linux.yml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
set -ux
59
# download arm64 package lists to install cross build-dependencies
60
- if "$(dpkg --print-architecture != arm64)"; then
+ if [ "$(dpkg --print-architecture)" != arm64 ]; then
61
dpkg --add-architecture arm64
62
apt update
63
fi
0 commit comments