Skip to content

Commit

Permalink
fix: add libx11-dev for ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ymtdzzz committed Jan 13, 2025
1 parent f879629 commit 7278d24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt update && sudo apt install -y libx11-dev
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand All @@ -19,6 +21,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt update && sudo apt install -y libx11-dev
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand All @@ -31,6 +35,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt update && sudo apt install -y libx11-dev
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand All @@ -42,6 +48,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt update && sudo apt install -y libx11-dev
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 7278d24

Please sign in to comment.