Skip to content

Commit a473457

Browse files
jsf9kmcdonnnj
andcommitted
Reinstall firefox and passt
These system packages had to be uninstalled to allow the disabling of the unix-chkpwd AppArmor profile, but can be reinstalled at this point. Co-authored-by: Nicholas McDonnell <[email protected]>
1 parent 3e3ea4c commit a473457

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,12 @@ jobs:
271271
molecule test
272272
--platform-name ${{ matrix.platform }}-${{ matrix.architecture }}
273273
--scenario-name ${{ matrix.scenario }}
274+
# TODO: Remove the apt-get install command when possible. See
275+
# cisagov/skeleton-ansible-role#215 for more details.
274276
- name: Re-enable unix-chkpwd AppArmor profile
275-
run: >-
277+
run: |
276278
sudo aa-enforce /usr/sbin/unix_chkpwd
279+
sudo apt-get install firefox passt
277280
if: ${{ startsWith(matrix.platform, 'fedora') }}
278281
- name: Setup tmate debug session
279282
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)