From 79a5bb52bcb7ed6fc28eb6d01178f6747f96e7c1 Mon Sep 17 00:00:00 2001 From: jonghwan Date: Thu, 25 Apr 2024 16:31:02 +0900 Subject: [PATCH] use ue4 --- .github/workflows/cpp-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-lint.yml b/.github/workflows/cpp-lint.yml index 1670a51..7573e95 100644 --- a/.github/workflows/cpp-lint.yml +++ b/.github/workflows/cpp-lint.yml @@ -30,7 +30,7 @@ jobs: registry: ghcr.io username: ${{ secrets.USER }} password: ${{ secrets.PAT }} - image: ghcr.io/epicgames/unreal-engine:dev-slim-5.3 + image: ghcr.io/epicgames/unreal-engine:dev-slim-4.27.2 options: -v ${{ github.workspace }}:/home/ue4/play-unreal-plugin -e HOME=/home/ue4 run: | cd ~/play-unreal-plugin