Skip to content

Commit

Permalink
Update subflow-native.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens authored Oct 1, 2024
1 parent e11c026 commit e30690e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/subflow-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: subflow-native

on:
workflow_call:

jobs:
build:
runs-on: macos-13

steps:
- uses: actions/checkout@v4

Expand All @@ -16,12 +17,11 @@ jobs:

- name: Install dependencies
run: |
brew install gmp docker colima --no-install-cleanup
echo "/usr/local/bin" >> $GITHUB_PATH # Ensure Docker and Colima bins are in PATH if needed
brew install gmp docker colima
- name: Start Colima
run: |
colima start --cpu 4 --memory 4GB # Adjust resources as needed
colima start --cpu 2 --memory 4GB
- name: Build and Compile
run: |
Expand Down

0 comments on commit e30690e

Please sign in to comment.