summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-09-04 21:14:38 -0700
committerTrainDoctor <traindoctor@protonmail.com>2022-09-04 21:14:38 -0700
commita3659ba425d922d0968c74c8f11af501cd64ff40 (patch)
treef51df8642dc2511195e3454c8207a053541ccaed /.github/workflows/build.yml
parentd1887870f5c17397befed2adac04bf2f8bfed650 (diff)
downloaddecky-loader-a3659ba425d922d0968c74c8f11af501cd64ff40.tar.gz
decky-loader-a3659ba425d922d0968c74c8f11af501cd64ff40.zip
Oops I need that
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a3d4af9b..b8b27056 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -112,6 +112,9 @@ jobs:
runs-on: ubuntu-latest
steps:
+ - name: Checkout 🧰
+ uses: actions/checkout@v3
+
- name: Install semver-tool asdf
uses: asdf-vm/actions/install@v1
with:
@@ -187,6 +190,9 @@ jobs:
runs-on: ubuntu-latest
steps:
+ - name: Checkout 🧰
+ uses: actions/checkout@v3
+
- name: Install semver-tool asdf
uses: asdf-vm/actions/install@v1
with: