diff options
author | wlodekm <[email protected]> | 2024-11-15 10:00:25 +0200 |
---|---|---|
committer | wlodekm <[email protected]> | 2024-11-15 10:00:25 +0200 |
commit | 0b7aae89920d3c4443deec9341d35792eb58eab1 (patch) | |
tree | 792d6242ee0471ad700ff918aa319564a32e54ac /.github/workflows/main.yml | |
parent | 337fbef9c34578e54a053acd442229c4aa9fd577 (diff) |
i forgore
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index beac9e2..9a77ff5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,9 @@ jobs: uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 with: deno-version: 'v2.0.6' # specify the version of Deno you want to use + + - name: Install modulesdsafdasf + run: deno install - name: Make shell script executable run: chmod +x ./buildall.sh |