Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorremi <remi-j.durand@thalesgroup.com>2022-03-28 19:57:22 +0300
committerremi <remi-j.durand@thalesgroup.com>2022-03-28 19:57:22 +0300
commit67bb323715521b47662b0eac0b9a970a8ff98384 (patch)
tree5cee7333d4a8a0049aae3300fb8bc0cbececada5 /.github
parent28ad685a9a709a2d1091f552d8292417d1b30745 (diff)
Fix nightly compile actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp_mac.yml4
-rw-r--r--.github/workflows/ccpp_mac_arm.yml4
-rw-r--r--.github/workflows/ccpp_ubuntu.yml4
-rw-r--r--.github/workflows/ccpp_ubuntu_gtk3.yml4
-rw-r--r--.github/workflows/ccpp_win.yml4
5 files changed, 5 insertions, 15 deletions
diff --git a/.github/workflows/ccpp_mac.yml b/.github/workflows/ccpp_mac.yml
index 1103ea4a6..b0c2c6d2a 100644
--- a/.github/workflows/ccpp_mac.yml
+++ b/.github/workflows/ccpp_mac.yml
@@ -13,9 +13,7 @@ jobs:
runs-on: macos-10.15
steps:
- - uses: actions/checkout@v2
- with:
- ref: 'Nigthly'
+ - uses: actions/checkout@v3
- name: build deps & slicer
run: ./BuildMacOS.sh -i
- name: Upload artifact
diff --git a/.github/workflows/ccpp_mac_arm.yml b/.github/workflows/ccpp_mac_arm.yml
index 6eccbb97e..b4f4f1837 100644
--- a/.github/workflows/ccpp_mac_arm.yml
+++ b/.github/workflows/ccpp_mac_arm.yml
@@ -13,9 +13,7 @@ jobs:
runs-on: macos-11
steps:
- - uses: actions/checkout@v2
- with:
- ref: 'Nigthly'
+ - uses: actions/checkout@v3
- name: build deps & slicer
run: ./BuildMacOS.sh -ia
- name: Upload artifact
diff --git a/.github/workflows/ccpp_ubuntu.yml b/.github/workflows/ccpp_ubuntu.yml
index 0fd831399..b224c98c0 100644
--- a/.github/workflows/ccpp_ubuntu.yml
+++ b/.github/workflows/ccpp_ubuntu.yml
@@ -13,9 +13,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- - uses: actions/checkout@v2
- with:
- ref: 'Nigthly'
+ - uses: actions/checkout@v3
- name: update submodule profiles
working-directory: ./resources/profiles
run: git submodule update --init
diff --git a/.github/workflows/ccpp_ubuntu_gtk3.yml b/.github/workflows/ccpp_ubuntu_gtk3.yml
index fef8af50e..2d9998382 100644
--- a/.github/workflows/ccpp_ubuntu_gtk3.yml
+++ b/.github/workflows/ccpp_ubuntu_gtk3.yml
@@ -13,9 +13,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- - uses: actions/checkout@v2
- with:
- ref: 'Nigthly'
+ - uses: actions/checkout@v3
- name: update submodule profiles
working-directory: ./resources/profiles
run: git submodule update --init
diff --git a/.github/workflows/ccpp_win.yml b/.github/workflows/ccpp_win.yml
index bc7c48d6a..d9e996903 100644
--- a/.github/workflows/ccpp_win.yml
+++ b/.github/workflows/ccpp_win.yml
@@ -12,9 +12,7 @@ jobs:
runs-on: windows-2019
steps:
- - uses: actions/checkout@v2
- with:
- ref: 'Nigthly'
+ - uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1
- name: mkdir in deps
run: mkdir deps/build