Skip to content

Commit c6b2da9

Browse files
committed
make tsgo executable
1 parent 8856050 commit c6b2da9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build/benchmark.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,12 @@ jobs:
252252
artifact: BuiltTypeScript
253253
displayName: Download built TypeScript
254254

255+
- ${{ if eq(parameters.TS_GO, true) }}:
256+
- bash: |
257+
set -exo pipefail
258+
find $(BUILT_TYPESCRIPT_DIR) -name 'tsgo' -type f -exec chmod +x {} +
259+
displayName: Make tsgo executable
260+
255261
# This is provided by the agent.
256262
- bash: |
257263
set -exo pipefail

0 commit comments

Comments
 (0)