Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arg0d committed Jan 4, 2025
1 parent 368d634 commit 34c9ba4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Task {
print("BBBBBBBBBBBBBBBBBBBB 5")

semaphore.signal()

print("BBBBBBBBBBBBBBBBBBBB 6")
}
print("AAAAAAAAAAAAAAAAAAAAAAA 6.3")
Expand Down Expand Up @@ -95,3 +96,8 @@ assert(g == getGuidProcmacro(g: g))

print("AAAAAAAAAAAAAAAAAAAAAAA 10")
fflush(stdout)

Thread.sleep(forTimeInterval: 1)

print("AAAAAAAAAAAAAAAAAAAAAAA 11")
fflush(stdout)

0 comments on commit 34c9ba4

Please sign in to comment.