We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619cafa commit ce78f8bCopy full SHA for ce78f8b
Yubico.NativeShims/build-linux-arm64.sh
@@ -24,7 +24,7 @@ DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq \
24
ninja-build \
25
g++-aarch64-linux-gnu \
26
gcc-aarch64-linux-gnu \
27
- linux-libc-dev \
+ linux-libc-dev
28
29
# Install latest version of CMake for Ubuntu
30
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null
0 commit comments