Skip to content

Commit

Permalink
fix depnds
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Aug 20, 2024
1 parent c328ab7 commit 0c08665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "CPATH=$HOME/babeltrace2/2.0.4/include:$CPATH" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=$HOME/babeltrace2/2.0.4/lib:$LD_LIBRARY_PATH" >> $GITHUB_ENV
echo "LIBRARY_PATH=$HOME/babeltrace2/2.0.4/lib:$LIBRARY_PATH" >> $GITHUB_ENV
- run: sudo apt update; sudo apt install -y gcc g++ libpopt-dev
- run: sudo apt update; sudo apt install -y gcc g++ libpopt-dev liblttng-ust-dev
- run: git clone https://github.com/urcu/userspace-rcu
- run: |
./bootstrap
Expand Down

0 comments on commit 0c08665

Please sign in to comment.