build: moved to ubuntu image that has all gh tools
This commit is contained in:
parent
8425ab76f6
commit
cc41744916
1 changed files with 1 additions and 7 deletions
|
|
@ -9,14 +9,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: node:20
|
image: ghcr.io/catthehacker/ubuntu:gh-22.04
|
||||||
steps:
|
steps:
|
||||||
#fix for runner not having Git LFS
|
|
||||||
- name: Initialize LFS
|
|
||||||
run: |
|
|
||||||
apt-get update
|
|
||||||
apt-get install -y git-lfs
|
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue