Skip to content

Commit

Permalink
fixed error of wrong install script
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisani committed Feb 8, 2024
1 parent 20435f9 commit a156771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sirius.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- name: Retrieve Sirius install script
run: |
wget https://raw.githubusercontent.com/enpkg/enpkg_full/main/src/install_sirius.sh
wget https://raw.githubusercontent.com/enpkg/enpkg_full/emikg-adapt/src/install_sirius.sh
chmod +x install_sirius.sh
- name: Install Sirius
run: |
Expand Down

0 comments on commit a156771

Please sign in to comment.