This commit is contained in:
parent
f9132965db
commit
0115a17799
1 changed files with 0 additions and 3 deletions
|
@ -15,13 +15,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: nodejs
|
- name: nodejs
|
||||||
- run: pacman -Syu --noconfirm nodejs
|
- run: pacman -Syu --noconfirm nodejs
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Create hello.txt
|
- name: Create hello.txt
|
||||||
run: echo "Hello, Forgejo CI!" > hello.txt
|
run: echo "Hello, Forgejo CI!" > hello.txt
|
||||||
|
|
||||||
- name: Install MinIO Client (mc)
|
- name: Install MinIO Client (mc)
|
||||||
run: |
|
run: |
|
||||||
curl -O https://dl.min.io/client/mc/release/linux-amd64/mc
|
curl -O https://dl.min.io/client/mc/release/linux-amd64/mc
|
||||||
|
|
Loading…
Add table
Reference in a new issue