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:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:20
|
||||
image: ghcr.io/catthehacker/ubuntu:gh-22.04
|
||||
steps:
|
||||
#fix for runner not having Git LFS
|
||||
- name: Initialize LFS
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y git-lfs
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue