test ubuntu
This commit is contained in:
parent
ab394a7510
commit
3d792b929d
1 changed files with 5 additions and 5 deletions
|
@ -5,14 +5,14 @@ on:
|
|||
|
||||
jobs:
|
||||
update-flake-lock:
|
||||
runs-on: alpine
|
||||
runs-on: ubuntu
|
||||
container:
|
||||
image: alpine:edge
|
||||
image: ubuntu:22.04
|
||||
steps:
|
||||
- name: "Setup Runner"
|
||||
run: |
|
||||
apk update
|
||||
apk add git nodejs nix --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
||||
apt update -y
|
||||
apt install git nodejs nix-bin -y
|
||||
git config --global user.email "${{github.actor}}"
|
||||
git config --global user.name "Albert J. Copeland"
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue