1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00

Revert "Use snap package"

This reverts commit 3e68c70f53.
This commit is contained in:
ewilly 2023-03-03 09:43:55 +01:00
parent 3e68c70f53
commit 00518d472c

View file

@ -18,7 +18,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install tomlq
run: sudo snap install yq
run: sudo apt-get install -y yq
- name: Run the updater script
id: run_updater
run: |