Skip to content

Commit

Permalink
fix: Temporarily change to not use dvm-config-action
Browse files Browse the repository at this point in the history
  • Loading branch information
blendthink committed Jan 31, 2024
1 parent 902d48e commit d4c7cf3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/update-executables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Fetch DVM config
id: dvm-config-action
uses: blendfactory/dvm-config-action@main
with:
project-dir: app
# - name: Fetch DVM config
# id: dvm-config-action
# uses: blendfactory/dvm-config-action@main
# with:
# project-dir: app
- name: Set up Dart
uses: dart-lang/setup-dart@v1
with:
sdk: ${{ steps.dvm-config-action.outputs.dart-sdk-version }}
sdk: 3.2.6
- name: Get dependencies
run: dart pub get
shell: bash
Expand Down

0 comments on commit d4c7cf3

Please sign in to comment.