test ubuntu

This commit is contained in:
iFargle 2024-02-05 13:30:33 +09:00
parent ab394a7510
commit 3d792b929d

View file

@ -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