diff --git a/.gitea/workflows/deno.yml b/.gitea/workflows/deno.yml index 544d609..5a130ce 100644 --- a/.gitea/workflows/deno.yml +++ b/.gitea/workflows/deno.yml @@ -15,11 +15,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Update repository - run: apt update - - - name: Install packages - run: apt install -y deno + - name: Install deno + run: curl -fsSL https://deno.land/x/install/install.sh | sh - name: Run linter run: deno lint