This commit is contained in:
parent
0f68285247
commit
9bd7cd7aab
@ -1,5 +1,5 @@
|
|||||||
name: Gitea Actions Demo
|
name: Build Folio
|
||||||
run-name: Testing out Gitea Actions 🚀
|
run-name: Build Folio Jar
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
@ -7,7 +7,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Prepare packages
|
- name: Prepare packages
|
||||||
run: |
|
run: |
|
||||||
wget -O- https://apt.corretto.aws/corretto.key | sudo apt-key add -
|
wget -O- https://apt.corretto.aws/corretto.key | apt-key add -
|
||||||
add-apt-repository 'deb https://apt.corretto.aws stable main'
|
add-apt-repository 'deb https://apt.corretto.aws stable main'
|
||||||
apt-get update; apt-get install -y java-16-amazon-corretto-jdk
|
apt-get update; apt-get install -y java-16-amazon-corretto-jdk
|
||||||
- name: Setup git
|
- name: Setup git
|
||||||
|
Loading…
Reference in New Issue
Block a user