Skip to content

Commit ea14f9f

Browse files
committed
fix linux workflow
1 parent 26abc6d commit ea14f9f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/linux-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ env:
1111
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
1212
BUILD_TYPE: RelWithDebInfo
1313
INSTALL_LOCATION: RiffTree-1.0.0-x86_64.AppDir
14-
DESTDIR: ${{env.INSTALL_LOCATION}}
1514

1615
jobs:
1716
build:
1817
runs-on: ubuntu-latest
1918

19+
env:
20+
DESTDIR: ${{env.INSTALL_LOCATION}}
21+
2022
steps:
2123
- uses: actions/checkout@v6
2224
with:

0 commit comments

Comments
 (0)