Skip to content

Commit

Permalink
Add Update Package Index & Upgrade Packages step to itegration-test job.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 30, 2023
1 parent bb3925a commit f4305c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ jobs:
DCMAKE_BUILD_TYPE: 'Release'

steps:
- name: Update Package Index & Upgrade Packages
run: |
apt-get update
apt-get upgrade -y
- name: Download CDT
uses: AntelopeIO/asset-artifact-download-action@v3
with:
Expand Down

0 comments on commit f4305c3

Please sign in to comment.