Skip to content

Commit

Permalink
Update continuous-ubuntu.yml
Browse files Browse the repository at this point in the history
Try to create the install directory to avoid errors during installation step
  • Loading branch information
franck-ledoux committed Jun 19, 2023
1 parent f019e73 commit fcd9f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
# subsequent commands
run: >
cmake -E make_directory /build;
cmake -E make_directory /buildinstall;
pwd;
ls;
Expand Down

0 comments on commit fcd9f84

Please sign in to comment.