Skip to content

Commit

Permalink
build: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Jan 18, 2024
1 parent f532b7f commit d5086cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ jobs:
path: src
- name: build and install
run: |
make -C $(cygpath ${SRC_DIR})
make DESTDIR=$(cygpath ${INSTALL_PREFIX}) -C $(cygpath ${SRC_DIR}) install
make -C ${SRC_DIR}
make DESTDIR=${INSTALL_PREFIX} -C ${SRC_DIR} install
- name: check if it runs
run: |
$(cygpath ${INSTALL_PREFIX})/bin/vkdt.exe --version
${INSTALL_PREFIX}/bin/vkdt.exe --version
- name: get version info
run: |
cd ${SRC_DIR}
Expand Down

0 comments on commit d5086cc

Please sign in to comment.