Skip to content

Commit

Permalink
Fetch artifacts for app building
Browse files Browse the repository at this point in the history
  • Loading branch information
yousseb committed Oct 22, 2023
1 parent 13493ce commit 7635b18
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,18 @@ jobs:
uses: actions/upload-artifact@v3.1.3
with:
name: Environment
path: /Users/runner/gtk
path: |
/Users/runner/gtk
/Users/runner/.new_local
build-app:
name: Build Application
runs-on: macos-latest
needs: build-environment
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- name: FIX gir
run: |
cd osx && /bin/bash ./fix_gir.sh

0 comments on commit 7635b18

Please sign in to comment.