mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-29 01:21:00 +01:00
add yd
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -336,7 +336,10 @@ jobs:
|
||||
# EOF
|
||||
|
||||
- name: Install yd
|
||||
run: sudo apt install yq -y
|
||||
run: |
|
||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CC86BB64
|
||||
sudo add-apt-repository ppa:rmescandon/yq
|
||||
sudo apt install yq -y
|
||||
|
||||
- name: Get packages
|
||||
run: flutter pub get
|
||||
|
||||
Reference in New Issue
Block a user