Skip to content

Commit

Permalink
added returns below preamble, increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Dec 19, 2024
1 parent f3555b2 commit 8435652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

build-windows:
runs-on: windows-latest
timeout-minutes: 15
timeout-minutes: 30

steps:
- name: Swift Install
Expand Down
3 changes: 3 additions & 0 deletions Generator/Generator/Printer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ class Printer {
#error("Unable to identify your C library.")
#endif
#endif
"""

// Prints the string, indenting any newlines with the current indentation
Expand Down

0 comments on commit 8435652

Please sign in to comment.