From 6fd6369ab3cb0ee2be239b90ed7ac0f8e60938e8 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Thu, 31 Aug 2023 10:07:23 -0400 Subject: [PATCH] Fix yaml parsing --- .circleci/continue_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index fb1180ef..3b6d203d 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -41,7 +41,7 @@ jobs: - restore_cache: # this is the new step to restore cache keys: - linux-qt-cache - - run: + - run: name: Setup Linux and Dependencies command: | wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc