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 9d32e92 commit 69557c3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,23 @@ jobs:
with:
name: axolotl-web
path: build-artifacts

- name: Copy axolotl-web build artifacts
run: |
mkdir --parents axolotl-web/dist
cp -rf ${{steps.download.outputs.download-path}}/* 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: |
echo $PWD
mkdir --parents axolotl-web/dist
cp -rf ${{steps.download.outputs.download-path}}/* axolotl-web/dist
- name: Build
run: |
ls
ls axolotl-web
echo $PWD
make build-axolotl
Expand Down

0 comments on commit 69557c3

Please sign in to comment.