From 5c113a986e0805a9fb7e62734e0ab35bc12462aa Mon Sep 17 00:00:00 2001 From: "aaron@nanu-c.org" Date: Wed, 14 Jun 2023 12:26:03 +0200 Subject: [PATCH] ci: next try --- .github/workflows/build.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a0e4e2736..71d79a607 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,12 +54,6 @@ jobs: - name: Rust cache uses: swatinem/rust-cache@v2 - - name: Download axolotl-web build artifacts - uses: actions/download-artifact@v3 - id: download - with: - name: axolotl-web - path: build-artifacts - name: Install dependencies run: sudo apt update && sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.1-dev librsvg2-dev libayatana-appindicator3-dev libssl-dev libjavascriptcoregtk-4.1-dev cmake @@ -67,6 +61,13 @@ jobs: - name: Check out code uses: actions/checkout@v3 + + - name: Download axolotl-web build artifacts + uses: actions/download-artifact@v3 + id: download + with: + name: axolotl-web + path: build-artifacts - name: Copy axolotl-web build artifacts run: |