Skip to content

Commit

Permalink
Fixed CI build
Browse files Browse the repository at this point in the history
Well, I hope it's fixed. We were still checking out the wrong (old) version of SI_Units.
  • Loading branch information
Jellix authored Oct 17, 2020
1 parent 4ad4ab1 commit d922439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ echo ............................
# Download and install dependencies
git clone https://github.com/HeisenbugLtd/si_units
cd si_units
git checkout v0.1.1
git checkout v0.2.0
cd ..
gprbuild -p -P si_units/si_units_lib.gpr
gprinstall -v -p -P si_units/si_units_lib.gpr
gprbuild -p -P si_units/si_units.gpr
gprinstall -v -p -P si_units/si_units.gpr

# debug, list what's available
gprinstall --list --stat
Expand Down

0 comments on commit d922439

Please sign in to comment.