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 21b4d1f commit 461b1e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/puppet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ jobs:
uses: actions/checkout@v1

- name: Install OpenJDK
run: |
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt install openjdk
run: 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
Expand Down

0 comments on commit 461b1e2

Please sign in to comment.