Skip to content

Commit

Permalink
boostrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Aug 19, 2024
1 parent f59a17f commit e8dd763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
patch -p1 < str_nullptr.patch
if: steps.babeltrace2.outputs.cache-hit != 'true'
working-directory: babeltrace2-2.0.4
- run: ./bootstrap
if: steps.babeltrace2.outputs.cache-hit != 'true'
working-directory: babeltrace2-2.0.4
- run: mkdir -p babeltrace2-2.0.4/build
if: steps.babeltrace2.outputs.cache-hit != 'true'
- run: ../configure --prefix=$HOME/babeltrace2/2.0.4
Expand Down

0 comments on commit e8dd763

Please sign in to comment.