Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
harana-bot committed Feb 3, 2024
1 parent e8da41e commit f4588b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-search-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
EOF
fi
- name: Install JS Dependencies
- name: Install Frontend Dependencies
run: |
cd search
pnpm install
Expand All @@ -126,9 +126,14 @@ jobs:
- name: Build Conan Libraries
run: |
cd search-engine
cargo update
conan profile detect
conan install --build=missing -of=build -d=full_deploy .
- name: Update Tauri Dependencies
cd search-engine
cargo update

- name: Build Tauri
run: |
source /etc/profile
Expand Down

0 comments on commit f4588b7

Please sign in to comment.