We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0b87a commit 111d418Copy full SHA for 111d418
1 file changed
.github/workflows/precompile.yml
@@ -23,6 +23,7 @@ jobs:
23
24
- name: Install cross-compilation toolchains
25
run: |
26
+ sudo apt-get update
27
sudo apt-get install -y \
28
build-essential cmake libssl-dev \
29
gcc-aarch64-linux-gnu g++-aarch64-linux-gnu \
0 commit comments