Skip to content

Commit

Permalink
Update Puppet Build CI workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 23, 2023
1 parent ce16694 commit a0d3462
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/puppet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Install OpenJDK
run: sudo apt install openjdk

- name: Install Ballerina
run: wget -qO- 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 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: Ballerina project build
run: cd puppet && bal build

0 comments on commit a0d3462

Please sign in to comment.