feat: Testing just installing just with apt, not using action
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user