This commit is contained in:
parent
fe145eaaa7
commit
3cb85ab95d
1 changed files with 3 additions and 3 deletions
|
|
@ -7,13 +7,13 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-neofetch:
|
run-neofetch:
|
||||||
runs-on: ubuntu-latest
|
runs-on: archlinux-latest
|
||||||
container:
|
container:
|
||||||
image: ubuntu:latest
|
image: archlinux:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install ponos
|
- name: install ponos
|
||||||
run: apt update && apt install -y curl bash
|
run: pacman -Sy curl bash -y
|
||||||
|
|
||||||
- name: download neofetch
|
- name: download neofetch
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue