Skip to content

Commit

Permalink
Bump Archi version
Browse files Browse the repository at this point in the history
  • Loading branch information
gb-beng authored Oct 1, 2024
1 parent 9123950 commit dc496aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
sudo apt-get install -y xvfb
- name: Install Archi and CoArchi
run: |
wget --output-document='archi.tgz' 'https://www.archimatetool.com/downloads/archi/5.3.0/Archi-Linux64-5.3.0.tgz'
wget --output-document='archi.tgz' 'https://www.archimatetool.com/downloads/archi/5.4.2/Archi-Linux64-5.4.2.tgz'
wget --output-document='coarchi.archiplugin' 'https://www.archimatetool.com/downloads/coarchi/coArchi_0.9.2.archiplugin'
echo '72223d33e83e34c025505e8369aeb59855629dc9 archi.tgz' | sha1sum --check
echo '05fb3224893ffa68308c150cbb9bf4f2c72b3465 archi.tgz' | sha1sum --check
echo 'f698eb5461c06f4cc46ddd1192b9473af51e1e93 coarchi.archiplugin' | sha1sum --check
tar xf archi.tgz
Expand Down

0 comments on commit dc496aa

Please sign in to comment.