Skip to content

Commit

Permalink
Fix ubuntu build pipeline (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-droid authored Jan 18, 2024
1 parent 9a7d851 commit df2dcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- if: matrix.os == 'ubuntu-latest'
run: sudo apt install -y xorg-dev
run: sudo apt-get update && sudo apt-get install -y xorg-dev

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit df2dcd6

Please sign in to comment.