Skip to content

Commit 9aac425

Browse files
committed
Update action.yaml
1 parent 5e7d349 commit 9aac425

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/install-env/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ runs:
7676
APT_FILEPATHS: ${{ steps.script.outputs.apt_filepaths }}
7777
shell: bash
7878
run: |
79+
echo "APT FILEPATHS::: `${{ steps.script.outputs.apt_filepaths }}`"
7980
# Install APT packages
8081
echo "::group::apt-get update"
8182
sudo apt-get update

0 commit comments

Comments
 (0)