mirror of
https://github.com/uroni/hs5.git
synced 2025-10-26 11:17:18 +00:00
Add clean step
This commit is contained in:
parent
8a57d756f2
commit
0aadfd43a7
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -70,6 +70,9 @@ jobs:
|
||||
buildPreset: 'ninja-vcpkg-release'
|
||||
testPreset: 'test-release'
|
||||
|
||||
- name: Cleaning
|
||||
run: bash clean.sh
|
||||
|
||||
- name: Set up Python 3.11
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
- name: Build
|
||||
env:
|
||||
VCPKG_BINARY_SOURCES: "clear;http,https://vcpkg:${{ secrets.VCPKG_WEBDAV_PW }}@vcpkg.urbackup.org,readwrite"
|
||||
run: bash build.sh
|
||||
run: bash build.sh && bash clean.sh
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: pip install -r test/requirements.txt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user