Skip to content

Commit

Permalink
fix: add && to seperate commands in test-for-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SMASTER4 authored Aug 6, 2024
1 parent 2886ad4 commit a7f3ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-for-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: actions/checkout@v4

- name: Install dependencies
run: >
sudo apt-get update
run: >
sudo apt-get update &&
sudo apt-get install -y libgtk-4-dev
- name: Configure CMake
Expand Down

0 comments on commit a7f3ebe

Please sign in to comment.