Skip to content

Commit

Permalink
fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Maneren committed Jan 5, 2025
1 parent 0099435 commit 49b2aaf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
env:
CARGO_TARGET_DIR: target
LEPTOS_BIN_TARGET_TRIPLE: ${{ inputs.target }}
LEPTOS_TAILWIND_VERSION: v3.4.17
LEPTOS_SASS_VERSION: 1.71.0
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -51,8 +53,8 @@ jobs:
run: |
sudo apt-get -y update
case ${{ inputs.target }} in
aarch64-*linux*) sudo apt-get -y install gcc-aarch64-linux-gnu ;;
x86_64-*linux*) sudo apt-get -y install mold ;;
aarch64-*linux*) sudo apt-get -y install gcc-aarch64-linux-gnu libwayland-dev ;;
x86_64-*linux*) sudo apt-get -y install libwayland-dev ;;
esac;
- name: Install NodeJS
uses: actions/setup-node@v4
Expand Down

0 comments on commit 49b2aaf

Please sign in to comment.