Build ringfairy after checkout
Some checks failed
Deploying Static Site / Build (push) Failing after 33m29s
Some checks failed
Deploying Static Site / Build (push) Failing after 33m29s
This commit is contained in:
parent
7f7f8e20cd
commit
4623c1d115
@ -7,18 +7,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apk add git nodejs openssh rust cargo alpine-sdk openssl-dev
|
run: apk add git nodejs openssh rust cargo alpine-sdk openssl-dev
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Install ringfairy
|
- name: Install ringfairy
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/k3rs3d/ringfairy.git
|
git clone https://github.com/k3rs3d/ringfairy.git
|
||||||
cd ringfairy
|
cd ringfairy
|
||||||
cargo build --release
|
cargo build --release
|
||||||
cd ..
|
cd ..
|
||||||
ls
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Build webring using ringfairy
|
- name: Build webring using ringfairy
|
||||||
run: |
|
run: |
|
||||||
echo "Running ringfairy in ${PWD}"
|
|
||||||
ringfairy/target/release/ringfairy
|
ringfairy/target/release/ringfairy
|
||||||
- name: Write SSH keys
|
- name: Write SSH keys
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user