2023-04-08 00:49:11 -04:00
|
|
|
name: W-what?
|
|
|
|
run-name: ${{ gitea.actor }} didn't believe Gitea Actions is a thing
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
Explore-Gitea-Actions:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Me when, reality check
|
2023-04-08 00:50:08 -04:00
|
|
|
run: curl -O https://raw.githubusercontent.com/dylanaraps/neofetch/master/neofetch && chmod +x neofetch && ./neofetch
|
2023-04-08 01:02:15 -04:00
|
|
|
- name: No build-essential?
|
|
|
|
run: apt update && apt -yq upgrade && apt -yq install build-essential
|