mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
WIP: Fix GH Actions for Uranium fetching
This commit is contained in:
parent
d12edaff10
commit
de9a07e6c1
2 changed files with 10 additions and 5 deletions
6
.github/workflows/cicd.yml
vendored
6
.github/workflows/cicd.yml
vendored
|
@ -7,9 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: ultimaker/cura-build-environment
|
||||
steps:
|
||||
- name: Checkout master
|
||||
uses: actions/checkout@v1
|
||||
- name: Checkout Cura
|
||||
uses: actions/checkout@v2
|
||||
- name: Build and test
|
||||
env:
|
||||
GIT_REF_NAME: github.ref
|
||||
run: docker/build.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue