Skip to content

Commit

Permalink
Attempt to install dependency on new Ubuntu CI images (pulsar-edit#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 committed Jan 14, 2025
1 parent 7ed661f commit 89a13e1
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 89a13e1

Please sign in to comment.