Skip to content

Commit

Permalink
Merge branch 'main' into feat/styled-components-transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
JSerFeng authored Oct 8, 2023
2 parents 01a07ef + bd1fbbe commit 78297a9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
required: true
type: string
profile: # Rust profile, "debug" or "release"
default: 'release'
default: "release"
required: false
type: string
test: # Run tests?
Expand Down Expand Up @@ -75,7 +75,11 @@ jobs:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

- name: free-disk-cache
if: ${{ contains(inputs.target, 'linux') }}
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
- name: Pnpm Cache
uses: ./.github/actions/pnpm-cache
with:
Expand Down Expand Up @@ -166,7 +170,6 @@ jobs:
SYSROOT=$(xcrun --sdk macosx --show-sdk-path);
export CFLAGS="-isysroot $SYSROOT -isystem $SYSROOT";
RUST_TARGET=${{ inputs.target }} pnpm build:binding:${{ inputs.profile }}
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 78297a9

Please sign in to comment.