We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae944f commit d705140Copy full SHA for d705140
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
id: build
30
with:
31
arch: aarch64
32
- distro: ubuntu-latest
+ distro: ubuntu20.04
33
run: |
34
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential cmake file
35
cd src/ && cmake . && make && ls -lh ntttcp && file ntttcp
0 commit comments