Skip to content

Commit

Permalink
correct yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpipe committed Apr 25, 2023
1 parent 1f4bed1 commit ccfc495
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,19 @@ jobs:
run: |
echo "WHICH PYTHON =" `which python`
python3 -m pip install scons DyMat pyswarm cma deap scoop solsticepy
# - name: Install OpenModelica 1.14 (approx)
# run: |
# mkdir -p ~/.local
# tar zxv -C ~/.local < <(wget "https://cloudstor.aarnet.edu.au/plus/s/BktvwWvCdgboDY6/download" -q -O-)

- name: Install OpenModelica 1.19
run: |
mkdir ~/omc-repo && cd ~/omc-repo
# wget -qO- "https://cloudstor.aarnet.edu.au/plus/s/VBZETOzDPK51Ywr/download" | bsdtar -xvf-
wget -q0- "https://cloudstor.aarnet.edu.au/plus/s/ex7S4y8QzlDjQCY/download" | bsdtar -xvf-
echo -e "[openmodelica]\nSigLevel=Never\nServer=file://$PWD" >> /etc/pacman.conf
pacman -Sy --noconfirm mingw-w64-x86_64-omc mingw-w64-x86_64-openmodelica-msl
echo "REVIEW INSTALLED OMC VERSION..."
omc --version
#old path: wget -qO- "https://cloudstor.aarnet.edu.au/plus/s/VBZETOzDPK51Ywr/download" | bsdtar -xvf-

- name: Install Solstice
run: |
Expand Down

0 comments on commit ccfc495

Please sign in to comment.