diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-17 01:34:16 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-17 01:34:16 -0500 |
commit | 4941b91eede7354ffe9b4e7d9eb6908791b1a31c (patch) | |
tree | 2d5a13073a7438c8df52ab45659dea5f85800c5e /.github | |
parent | 74d1dfb092fcf5efdb9bd7a33425f5a55f1a7e3a (diff) | |
download | ghasandbox-4941b91eede7354ffe9b4e7d9eb6908791b1a31c.tar.gz |
OK
Diffstat (limited to '.github')
-rw-r--r-- | .github/actions/stasis/action.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/actions/stasis/action.yml b/.github/actions/stasis/action.yml index e43c8f3..78a8afc 100644 --- a/.github/actions/stasis/action.yml +++ b/.github/actions/stasis/action.yml @@ -149,6 +149,8 @@ env: runs: using: "composite" steps: + - uses: actions/checkout@v4 + - name: Install STASIS dependencies run: | sudo apt-get update |