Skip to content

Commit

Permalink
ci: next try
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jun 14, 2023
1 parent 69557c3 commit 5c113a9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,20 @@ 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


- 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: |
Expand Down

0 comments on commit 5c113a9

Please sign in to comment.