Skip to content

Commit

Permalink
Attempt to install dependency on new Ubuntu CI images (#1192)
Browse files Browse the repository at this point in the history
Attempt to install dependencies on new Ubuntu CI images
  • Loading branch information
savetheclocktower authored Jan 13, 2025
1 parent 039c758 commit 1ec04f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-wasm-grammar-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y git python3 python3-pip make gcc g++ libx11-dev libxkbfile-dev pkg-config libsecret-1-dev
- name: Checkout the Latest Code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1ec04f6

Please sign in to comment.