aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7b722abe..63391324 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -79,7 +79,7 @@ jobs:
79 - name: Smoke Test 79 - name: Smoke Test
80 run: | 80 run: |
81 ./configure 81 ./configure
82 ./makedist dev 82 ./makedist dev $(dirname $(dirname $(which lua)))
83 ./smoke_test.sh luarocks-dev.tar.gz 83 ./smoke_test.sh luarocks-dev.tar.gz
84 84
85 ############################################################################## 85 ##############################################################################
@@ -95,6 +95,6 @@ jobs:
95 - name: Binary Build Smoke Test 95 - name: Binary Build Smoke Test
96 run: | 96 run: |
97 ./configure 97 ./configure
98 ./makedist dev 98 ./makedist dev $(dirname $(dirname $(which lua)))
99 ./smoke_test.sh luarocks-dev.tar.gz binary 99 ./smoke_test.sh luarocks-dev.tar.gz binary
100 100