From a31df380dbe82c7b3465d6c5bcc7be15dfcb7660 Mon Sep 17 00:00:00 2001 From: marked Date: Sun, 8 Dec 2024 14:20:54 +0100 Subject: [PATCH] actions(ci): Install jecs with pesde --- .github/workflows/ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0389aa6..ec2b079 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,9 +69,14 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - - name: Download Jecs + - name: Install Packages run: | - lune run download-jecs ${{ secrets.GITHUB_TOKEN }} + pesde install + + # Not needed anymore thanks to pesde 🥳 + #- name: Download Jecs + # run: | + # lune run download-jecs ${{ secrets.GITHUB_TOKEN }} - name: Run Unit Tests run: |