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 b5fbea1 commit e7671cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,19 @@ jobs:
uses: actions/download-artifact@v3
with:
path: build-artifacts

- name: Copy axolotl-web build artifacts
run: |
find / | grep build-artifacts
mkdir --parents $GITHUB_WORKSPACE/axolotl-web/dist
cp -rf build-artifacts/axolotl-web/* $GITHUB_WORKSPACE/axolotl-web/dist
- 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: Copy axolotl-web build artifacts
run: |
find build-artifacts
mkdir --parents $GITHUB_WORKSPACE/axolotl-web/dist
cp -rf build-artifacts/axolotl-web/* $GITHUB_WORKSPACE/axolotl-web/dist

- name: Build
run: make build-axolotl
Expand Down

0 comments on commit e7671cf

Please sign in to comment.