Skip to content

Commit

Permalink
chore(actions): remove usage of custom setup-pesde in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Dec 2, 2024
1 parent 3e1b884 commit 90d7b18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
uses: actions/checkout@v4

- name: Install pesde
uses: ./.github/actions/setup-pesde
uses: 2jammers/setup-pesde@v0.2.0
with:
pesde-token: ${{ secrets.PESDE_TOKEN }}
lune-version: v0.8.9
pesde-version: v0.5.0-rc.14
token: ${{ secrets.PESDE_TOKEN }}

- name: Install dependencies
run: pesde install
Expand Down

0 comments on commit 90d7b18

Please sign in to comment.