Bump octave version

This commit is contained in:
Gašper Fele-Žorž 2024-08-07 23:04:21 +02:00
parent eb753d1ab8
commit 9baa83493a

View file

@ -1,10 +1,11 @@
# chocolatey package is broken
- name: Set Octave version
set_fact:
target_version: "7.2.0"
target_version: "9.2.0"
- name: Install Octave
win_package:
path: https://ftpmirror.gnu.org/octave/windows/octave-{{ target_version }}-w64-installer.exe
# path: https://ftpmirror.gnu.org/octave/windows/octave-{{ target_version }}-w64-installer.exe
path: https://mirror.us-midwest-1.nexcess.net/gnu/octave/windows/octave-{{ target_version }}-w64-installer.exe
arguments: /S /AllUsers
creates_path: C:\Program Files\GNU Octave\Octave-{{ target_version }}