Skip to content

Commit

Permalink
Fix CI script calling remove in wrong directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Lai-YT committed Sep 11, 2023
1 parent fdcd06e commit c0e7343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/install-cxxopts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ wget https://github.com/jarro2783/cxxopts/archive/refs/tags/v3.1.1.tar.gz -O - |
mkdir build/ &&
cmake -B build/ . &&
sudo make -C build/ install &&
rm -rf cxxopts-3.1.1/
cd .. &&
rm -r cxxopts-3.1.1/
3 changes: 2 additions & 1 deletion scripts/install-qbe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ wget https://c9x.me/compile/release/qbe-1.1.tar.xz -O - | tar Jxf - &&
cd qbe-1.1/ &&
make &&
sudo make install &&
rm -rf qbe-1.1/
cd .. &&
rm -r qbe-1.1/

0 comments on commit c0e7343

Please sign in to comment.