feat: Testing just installing just with apt, not using action
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- 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.
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user