Browse Source

Add comment to deprecate

CURA-6867
Joey de l'Arago 2 years ago
parent
commit
763dde61c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/cura-installer.yml

+ 1 - 1
.github/workflows/cura-installer.yml

@@ -120,7 +120,7 @@ jobs:
 
             -   name: Install MacOS system requirements
                 if:  ${{ runner.os == 'Macos' }}
-                run: brew install autoconf automake ninja create-dmg
+                run: brew install autoconf automake ninja create-dmg # Delete create-dmg when deprecating dmg
 
             -   name: Install Linux system requirements
                 if: ${{ runner.os == 'Linux' }}