Skip to content

Commit

Permalink
apt-get install -y libxrandr-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Nov 8, 2023
1 parent dcf8a9e commit 9daeb64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ dependencies:
- ninja
- magnum
- cmake
- libxrandr
1 change: 1 addition & 0 deletions .github/unittest/linux_libs/scripts_habitat/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ set -v
this_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
# Avoid error: "fatal: unsafe repository"
#apt-get update && apt-get install -y git wget gcc g++ unzip
apt-get install -y libxrandr-dev

git config --global --add safe.directory '*'
root_dir="$(git rev-parse --show-toplevel)"
Expand Down

0 comments on commit 9daeb64

Please sign in to comment.