19 lines
No EOL
325 B
YAML
19 lines
No EOL
325 B
YAML
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
|
|
Build:
|
|
steps:
|
|
|
|
- name: Install apt packages
|
|
run: |
|
|
echo "sadasdasdas" >> test.txt
|
|
|
|
- name: Cache repository
|
|
uses: actions/cache/save@v4
|
|
id: lmao1
|
|
with:
|
|
path: |
|
|
test.txt
|
|
key: BeefRepository |