Skip to content

Commit

Permalink
tweaking apt-get command
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKeating committed Feb 5, 2025
1 parent 7a9e354 commit 7addb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-external/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ runs:
if: ${{ steps.cache-check.outputs.cache-hit != 'true' }}
shell: bash
run: |
sudo apt-get install libx11-* && sudo apt-get install libx11* && sudo apt-get install libxcb-* && sudo apt-get install libxcb* && sudo apt-get install libxkbcommon-devsudo && sudo apt-get install libxkbcommon-x11-dev && \
sudo apt-get install libx11-* libx11* libxcb-* libxcb* libxkbcommon-dev libxkbcommon-x11-dev && \
cmake --build build/external/ --target ${{ inputs.library }} \
--config ${{ env.BUILD_TYPE }}

0 comments on commit 7addb77

Please sign in to comment.