update workflow
This commit is contained in:
parent
89b4fe4212
commit
07103a4744
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -6,5 +6,11 @@ jobs:
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Echo event trigger
|
||||
run: echo "The job was automatically triggered by a ${{github.event_name}} event."
|
||||
- name: Check out source code
|
||||
run: actions/checkout@v4
|
||||
- name: setup python environment
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13'
|
||||
- name: check python version
|
||||
run: python --version
|
Loading…
Reference in New Issue
Block a user