update runners
This commit is contained in:
parent
01904697e7
commit
687a0f78b7
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ jobs:
|
|||
apt install git nodejs nix-bin sudo sudo curl -y
|
||||
git config --global user.email "${{github.actor}}"
|
||||
git config --global user.name "Albert J. Copeland"
|
||||
echo "100.64.0.14 gotify.sysctl.io" >> /etc/hosts
|
||||
|
||||
- name: "Setup: Tailscale Repo"
|
||||
run: |
|
||||
|
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
apt install git nodejs nix-bin -y
|
||||
git config --global user.email "${{github.actor}}"
|
||||
git config --global user.name "Albert J. Copeland"
|
||||
echo "100.64.0.14 gotify.sysctl.io" >> /etc/hosts
|
||||
- uses: actions/checkout@v3
|
||||
- name: "Directory Structure"
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue