Skip to content

Commit d717519

Browse files
committed
Updating github-config
1 parent a2014ff commit d717519

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/create-draft-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
run: ./scripts/integration.sh --use-token --builder ${{ matrix.builder }}
5858
env:
5959
GIT_TOKEN: ${{ github.token }}
60+
TMPDIR: "${{ runner.temp }}"
6061

6162
release:
6263
name: Release

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
run: ./scripts/integration.sh --use-token --builder ${{ matrix.builder }}
6161
env:
6262
GIT_TOKEN: ${{ github.token }}
63+
TMPDIR: "${{ runner.temp }}"
6364

6465
roundup:
6566
name: Integration Tests

scripts/.util/tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"createpackage": "v1.66.1",
2+
"createpackage": "v1.66.2",
33
"jam": "v2.3.0",
44
"pack": "v0.29.0"
55
}

0 commit comments

Comments
 (0)