tried without node 5

This commit is contained in:
2026-05-25 13:51:49 +02:00
parent ae551545d3
commit 15c32e2b1a

View File

@@ -44,10 +44,10 @@ jobs:
uses: actions/checkout@v4
# Required for Flutter action
- name: Install jq
run: |
apt-get update
apt-get install -y jq
# - name: Install jq
# run: |
# apt-get update
# apt-get install -y jq
- name: Set up Flutter
uses: subosito/flutter-action@v2