Skip to content

Commit

Permalink
update to geoflow 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl committed Apr 15, 2020
1 parent 219b090 commit 0f9a368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
vcpkg install cgal boost-geometry glm
- name: Install Geoflow
run: |
Invoke-WebRequest https://github.com/geoflow3d/geoflow/releases/download/v0.1.4/Geoflow-win64.exe -OutFile geoflow-setup.exe
Invoke-WebRequest https://github.com/geoflow3d/geoflow/releases/download/v0.1.5/Geoflow-win64.exe -OutFile geoflow-setup.exe
.\geoflow-setup.exe /S
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
vcpkg install cgal boost-geometry glm
- name: Install Geoflow
run: |
Invoke-WebRequest https://github.com/geoflow3d/geoflow/releases/download/v0.1.4/Geoflow-win64.exe -OutFile geoflow-setup.exe
Invoke-WebRequest https://github.com/geoflow3d/geoflow/releases/download/v0.1.5/Geoflow-win64.exe -OutFile geoflow-setup.exe
.\geoflow-setup.exe /S
- name: Build
run: |
Expand Down

0 comments on commit 0f9a368

Please sign in to comment.