From 4afcb9582d6d09b2845eeed4769da6c1aca89397 Mon Sep 17 00:00:00 2001 From: Accelerator Date: Mon, 6 May 2024 08:44:39 +0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5a1e8d..750ac1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: - name: Setting up ambuild run: | python -m pip install wheel - pip install git+https://github.com/accelerator74/ambuild + pip install git+https://github.com/accelerator74/ambuild@nog3 - name: Checking out hl2sdk-l4d2 uses: actions/checkout@v4