summary refs log tree commit diff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml3
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