mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 13:16:00 +08:00
fix rc build
This commit is contained in:
parent
a8af77359f
commit
c082d1972f
2
.github/workflows/ccpp_mac_rc.yml
vendored
2
.github/workflows/ccpp_mac_rc.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: 'Nigthly'
|
||||
ref: 'rc'
|
||||
- name: update submodule profiles
|
||||
working-directory: ./resources/profiles
|
||||
run: git submodule update --init
|
||||
|
2
.github/workflows/ccpp_ubuntu_rc.yml
vendored
2
.github/workflows/ccpp_ubuntu_rc.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: 'Nigthly'
|
||||
ref: 'rc'
|
||||
- name: update submodule profiles
|
||||
working-directory: ./resources/profiles
|
||||
run: git submodule update --init
|
||||
|
2
.github/workflows/ccpp_win_rc.yml
vendored
2
.github/workflows/ccpp_win_rc.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: 'Nigthly'
|
||||
ref: 'rc'
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: mkdir in deps
|
||||
run: mkdir deps/build
|
||||
|
Loading…
x
Reference in New Issue
Block a user