Skip to content

Commit

Permalink
#5 #75 using gmic submodule (10)
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Nov 13, 2020
1 parent ea8abb7 commit fb648cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
REM call scripts\build_win_x86.bat
cd gmic
git fetch --all --tags
git checkout v.2.9.1
cd ..
C:\msys64\usr\bin\wget.exe -P gmic\src https://gmic.eu/gmic_stdlib.h
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cpythonpythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
PIP3: pip3
run: |
cd gmic
git fetch --all --tags
git checkout v.2.9.1
cd ..
for apt_file in `grep -lr microsoft /etc/apt/sources.list.d/`; do sudo rm $apt_file; done
Expand Down
2 changes: 1 addition & 1 deletion gmic
Submodule gmic updated from e6159b to 0c98c2

0 comments on commit fb648cf

Please sign in to comment.