Skip to content

Commit

Permalink
test: system threads
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Aug 22, 2024
1 parent f2b3918 commit 44e1520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/lib/download-ffi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require_binary gunzip

require_env_var FFI_VERSION

BASEURL=https://github.com/pact-foundation/pact-reference/releases/download
BASEURL=https://github.com/you54f/pact-reference/releases/download
FFI_DIR="${LIB_DIR}/../../ffi"

if [[ $(find "${FFI_DIR}" -name "${FFI_VERSION}*") ]]; then
Expand Down
2 changes: 1 addition & 1 deletion src/ffi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import logger, { DEFAULT_LOG_LEVEL } from '../logger';
import { LogLevel } from '../logger/types';
import { Ffi } from './types';

export const PACT_FFI_VERSION = '0.4.22';
export const PACT_FFI_VERSION = '0.4.33';

// supported prebuilds
// darwin-arm64
Expand Down

0 comments on commit 44e1520

Please sign in to comment.