We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e06fce commit 03c3ef2Copy full SHA for 03c3ef2
1 file changed
.github/workflows/release-and-upload-artifacts.yml
@@ -53,11 +53,6 @@ jobs:
53
- name: Setup Dart SDK
54
uses: ./.github/actions/setup-dart
55
56
- - name: Build generated files for sub-packages
57
- run: |
58
- cd scadnano_state_actions && dart run build_runner build --delete-conflicting-outputs && cd ..
59
- cd scadnano_reducers && dart run build_runner build --delete-conflicting-outputs && cd ..
60
-
61
- name: Install ImageMagick
62
shell: bash
63
run: |
0 commit comments