fix: add exit code to APT_PACKAGES

This commit is contained in:
2025-09-23 23:22:52 -05:00
parent a446097aa8
commit e0ed4763fb

View File

@@ -159,6 +159,8 @@ runs:
sudo apt-get update >> $LOG_FILE 2>&1
sudo apt-get install -y ${{ inputs.APT_PACKAGES }} >> $LOG_FILE 2>&1
echo "Exit Code: 0" >> $LOG_FILE
- name: Setup Python
uses: actions/setup-python@v4
with: