Skip to content

Commit 3766a43

Browse files
committed
Print glibc version
1 parent 9f89ead commit 3766a43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- platform: "ubuntu-22.04"
17+
- platform: "ubuntu-latest"
1818

1919
runs-on: ${{ matrix.platform }}
2020
defaults:
@@ -35,6 +35,7 @@ jobs:
3535
run: |
3636
curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh
3737
bash install.sh
38+
ldd --version
3839
3940
- name: install Rust stable
4041
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)