Skip to content

Commit

Permalink
seventh try to get fdm_materials to work
Browse files Browse the repository at this point in the history
  • Loading branch information
LH530-D1-MHI authored and LH530-D1-MHI committed Sep 18, 2023
1 parent 9accaae commit 005da44
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,15 @@ jobs:
#- name: Configure GPG Key Linux (Bash)
# run: echo -n "$GPG_PRIVATE_KEY" | base64 --decode | gpg --import

- name: Create the fdm_materials package (Bash)
run: conan create . fdm_materials/latest@Aurelius-Nero/master --build=missing --update


- name: Get Conan configuration
run: |
conan config install https://github.com/Ultimaker/conan-config.git
conan config install https://github.com/Ultimaker/conan-config.git -a "-b runner/${{ runner.os }}/${{ runner.arch }}"
- name: Create the fdm_materials package (Bash)
run: conan create . fdm_materials/5.4.0-beta.1@Aurelius-Nero/master --build=missing --update

- name: Create Cura conan package (Bash)
run: conan create . $CURA_CONAN_VERSION --build=missing --update

Expand Down

0 comments on commit 005da44

Please sign in to comment.