Skip to content

Commit

Permalink
trying to fix the e2e ignite version
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet committed Oct 20, 2022
1 parent d7381c8 commit 60d393d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:

# Install Ignite
- name: ignite install
run: curl https://get.ignite.com/cli! | bash
run: git clone --depth 1 --branch v0.22.2 https://github.com/ignite/cli && cd cli && make install
# run: curl https://get.ignite.com/cli! | bash
- name: ignite version
run: ignite version
# - name: starport install
Expand Down

0 comments on commit 60d393d

Please sign in to comment.