Skip to content

Commit

Permalink
Use commit instead of flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed Oct 8, 2023
1 parent b5d52e4 commit 5e71527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
git clone https://github.com/lcompilers/lpython.git
git fetch https://github.com/lcompilers/lpython.git --tags -f
git checkout v0.20.0
git checkout 2293972e5ce377787d134541f8363ae441030b76
- name: Run LPython Integration Tests
if: ${{ matrix.os }} != "windows-2019"
Expand Down

0 comments on commit 5e71527

Please sign in to comment.