Skip to content

Commit

Permalink
Print glibc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovenoboyo committed Jan 22, 2025
1 parent 9f89ead commit 3766a43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
include:
- platform: "ubuntu-22.04"
- platform: "ubuntu-latest"

runs-on: ${{ matrix.platform }}
defaults:
Expand All @@ -35,6 +35,7 @@ jobs:
run: |
curl -O https://raw.githubusercontent.com/extism/js-pdk/main/install.sh
bash install.sh
ldd --version
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 3766a43

Please sign in to comment.