From 68b19a47c4ec998be62f6ebbbee7da4de6596ea1 Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Tue, 9 Apr 2024 06:18:52 +0300 Subject: [PATCH] asd --- .github/workflows/dev_workflow.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dev_workflow.yml b/.github/workflows/dev_workflow.yml index 56197a4..2e1c14d 100644 --- a/.github/workflows/dev_workflow.yml +++ b/.github/workflows/dev_workflow.yml @@ -20,13 +20,12 @@ jobs: - name: Verify compiler run: | - ls -la echo "PWD: ${PWD}" amxxpc_path=$(which amxxpc) echo "amxxpc ldd: $amxxpc_path" - ldd $amxxpc_path + # ldd $amxxpc_path echo "include path: $includePath" - echo "scripting/ ls -la" - ls -la $scriptingPath - cd $includePath/.. - ./amxxpc __tests__/compile.sma + # echo "scripting/ ls -la" + # ls -la $scriptingPath + # cd $includePath/.. + amxxpc __tests__/compile.sma