Skip to content

Commit

Permalink
Fixes on CI workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 23, 2023
1 parent 0967b23 commit 5cfb6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/puppet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: sudo snap install openjdk

- name: Install Ballerina
run: wget https://dist.ballerina.io/downloads/2201.8.4/ballerina-2201.8.4-swan-lake-linux-x64.deb | sudo dpkg --install ballerina-2201.8.4-swan-lake-linux-x64.deb && rm ballerina-2201.8.4-swan-lake-linux-x64.deb
run: wget -q https://dist.ballerina.io/downloads/2201.8.4/ballerina-2201.8.4-swan-lake-linux-x64.deb && sudo dpkg --install ballerina-2201.8.4-swan-lake-linux-x64.deb && rm ballerina-2201.8.4-swan-lake-linux-x64.deb

- name: Check Ballerina installation
run: bal -v
Expand Down

0 comments on commit 5cfb6bb

Please sign in to comment.