feat: Testing just installing just with apt, not using action

This commit is contained in:
2025-01-26 10:19:13 -05:00
parent 0616257177
commit 28841e36ed

View File

@@ -11,7 +11,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Update - name: Update
run: apt-get update && apt-get install -y wget gpg sudo bash run: sudo apt-get clean && sudo apt-get update && sudo apt-get install -y wget gpg bash
- name: Setup MPR. - name: Setup MPR.
shell: bash shell: bash
run: | run: |