Skip to content

Commit

Permalink
move flags to front
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Aug 9, 2024
1 parent 6684b97 commit 04fdd18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
rustup install stable
rustup default stable
cat ${{ env.OXIDE_LOCATION }}/Cargo.toml
pnpm run build --filter ${{ env.OXIDE_LOCATION }}
pnpm --filter ${{ env.OXIDE_LOCATION }} run build
env:
RUST_TARGET: ${{ matrix.target }}
JEMALLOC_SYS_WITH_LG_PAGE: ${{ matrix.page-size }}
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.target }}-oxide-${{ hashFiles('./crates/**/*') }}

- name: Install dependencies
run: pnpm install --ignore-scripts --filter=!./playgrounds/*
run: pnpm --ignore-scripts --filter=!./playgrounds/* install

- name: Build Tailwind CSS
run: pnpm run build
Expand Down

0 comments on commit 04fdd18

Please sign in to comment.