[PATCH] D148741: workflows/release-tasks: Always run apt-get update before installing deps
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 20 08:16:48 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG93d6289c987a: workflows/release-tasks: Always run apt-get update before installing deps (authored by tstellar).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148741/new/
https://reviews.llvm.org/D148741
Files:
.github/workflows/release-tasks.yml
Index: .github/workflows/release-tasks.yml
===================================================================
--- .github/workflows/release-tasks.yml
+++ .github/workflows/release-tasks.yml
@@ -26,6 +26,7 @@
- name: Install Dependencies
run: |
+ sudo apt-get update \
sudo apt-get install -y \
doxygen \
graphviz \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148741.515342.patch
Type: text/x-patch
Size: 384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230420/2892f233/attachment.bin>
More information about the llvm-commits
mailing list