From 45de0b184b1050ce3b632ad53f3f327013830b59 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sun, 18 Sep 2022 14:27:09 +0200 Subject: [PATCH] Update nextion2text.yml --- .github/workflows/nextion2text.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextion2text.yml b/.github/workflows/nextion2text.yml index d095fe00..6dc1a117 100644 --- a/.github/workflows/nextion2text.yml +++ b/.github/workflows/nextion2text.yml @@ -35,7 +35,7 @@ jobs: - name: Download n2t continue-on-error: true run: | - wget https://raw.githubusercontent.com/joBr99/Nextion2Text/master/linux/Nextion2Text.py && sudo apt install -y diffoscope + wget https://raw.githubusercontent.com/joBr99/Nextion2Text/master/linux/Nextion2Text.py && sudo apt update && sudo apt install -y diffoscope - name: Run n2t EU continue-on-error: true