mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
[CI] Updated CI configurations
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@@ -120,15 +120,18 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: "source"
|
path: "source"
|
||||||
|
|
||||||
- name: "Checkout build-actions"
|
- name: "Checkout Build Actions"
|
||||||
run: git clone https://github.com/build-actions/build-actions.git build-actions --depth=1
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
repository: build-actions/build-actions
|
||||||
|
path: "build-actions"
|
||||||
|
|
||||||
- name: "Python"
|
- name: "Python"
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user