Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Aug 20, 2024
1 parent f343f19 commit fa5b10d
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 libnuma-dev
- run: sudo apt update; sudo apt install -y gcc g++ libpopt-dev libnuma-dev
- run: git clone https://github.com/urcu/userspace-rcu
- run: |
./bootstrap
Expand Down

0 comments on commit fa5b10d

Please sign in to comment.