Skip to content

Commit

Permalink
...yaml...
Browse files Browse the repository at this point in the history
  • Loading branch information
sliemeobn committed Oct 16, 2024
1 parent 93fcb8e commit 196afbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-embedded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
uses: actions/checkout@v4

- name: Build
run: swift build -c release \
run: |
swift build -c release \
--triple wasm32-unknown-none-wasm \
-Xswiftc -enable-experimental-feature -Xswiftc Embedded \
-Xswiftc -enable-experimental-feature -Xswiftc Extern \
Expand Down

0 comments on commit 196afbd

Please sign in to comment.