parent
2a0483b9cd
commit
2c0061a348
1 changed files with 4 additions and 5 deletions
|
@ -2,13 +2,12 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
|
||||||
image: alpine:edge
|
|
||||||
steps:
|
steps:
|
||||||
- run: apk add npm
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
run: apk add uv
|
run: |
|
||||||
|
apt-get update && \
|
||||||
|
apt-get install -y curl ca-certificates && \
|
||||||
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
# - name: Configure hut
|
# - name: Configure hut
|
||||||
# run: |
|
# run: |
|
||||||
# apk add hut
|
# apk add hut
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue