Added update
This commit is contained in:
@@ -11,7 +11,9 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install jq
|
||||
run: apt-get install -y jq
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y jq
|
||||
|
||||
- name: Set Up Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
|
||||
Reference in New Issue
Block a user