diff options
| author | Ryo Nakamura <upa@haeena.net> | 2022-11-06 16:00:18 +0900 |
|---|---|---|
| committer | Ryo Nakamura <upa@haeena.net> | 2022-11-06 16:03:47 +0900 |
| commit | df404ec3c6e8e4d218b9742110b52d32bde34a41 (patch) | |
| tree | 020fe6f120c51e0b3e1ed1b3dbeeb0580ce10606 /.github/workflows/build-ubuntu.yml | |
| parent | 15dbb564c8a68a159b997f113751bbbc038b44d0 (diff) | |
cleanup docker files and build/test procedure
Diffstat (limited to '.github/workflows/build-ubuntu.yml')
| -rw-r--r-- | .github/workflows/build-ubuntu.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml index 596341b..a871f9a 100644 --- a/.github/workflows/build-ubuntu.yml +++ b/.github/workflows/build-ubuntu.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: install build dependency - run: sudo ./install-build-deps.sh + run: sudo ./scripts/install-build-deps.sh - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. |
