mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-12 15:16:22 +02:00
Ensure .direnvrc exists
This commit is contained in:
parent
d4e24892b2
commit
d439e37ddf
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -63,7 +63,8 @@ jobs:
|
|||
|
||||
- name: Package build environment for Artifact
|
||||
run: |
|
||||
sudo tar -czf environment.tar.gz /nix/store ~/.cargo /etc/nix/nix.conf
|
||||
touch $HOME/.direnvrc
|
||||
sudo tar -czf environment.tar.gz /nix/store ~/.cargo /etc/nix/nix.conf $HOME/.direnvrc
|
||||
|
||||
- name: Store build environment
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue