-
-
Notifications
You must be signed in to change notification settings - Fork 35
42 lines (34 loc) · 1.04 KB
/
detect-depends.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Copyright 2024, MCSL Team, mailto:[email protected]
#
# Part of "MCSL2", a simple and multifunctional Minecraft server launcher.
#
# Licensed under the GNU General Public License, Version 3.0, with our
# additional agreements. (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://github.com/MCSLTeam/MCSL2/raw/master/LICENSE
#
################################################################################
name: Detect Depends
on: workflow_dispatch
permissions: write-all
jobs:
Windows:
runs-on: windows-2019
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Setup PDM
uses: pdm-project/setup-pdm@v3
with:
python-version: 3.8
architecture: x64
cache: true
- name: Dependencies
run: |
pdm install --no-self -dev