mirror of
https://github.com/0x5eal/semver-luau.git
synced 2025-03-04 11:11:39 +00:00
chore(actions): remove usage of custom setup-pesde
in CI workflow
This commit is contained in:
parent
408b4b0591
commit
18fd2411bb
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -17,9 +17,11 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install pesde
|
- name: Install pesde
|
||||||
uses: ./.github/actions/setup-pesde
|
uses: 2jammers/setup-pesde@v0.2.0
|
||||||
with:
|
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
|
- name: Install dependencies
|
||||||
run: pesde install
|
run: pesde install
|
||||||
|
|
Loading…
Add table
Reference in a new issue