Skip to content

Commit

Permalink
Problem: missing support of defiwallet (fix #349) (#350)
Browse files Browse the repository at this point in the history
use node 20

add ue5 test

use ue 5.3

use node 20

use checkout v4

use ue4

remove ue5 docker
  • Loading branch information
leejw51crypto authored Apr 25, 2024
1 parent a72f959 commit 585b218
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
cpp-linter:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -30,7 +30,7 @@ jobs:
registry: ghcr.io
username: ${{ secrets.USER }}
password: ${{ secrets.PAT }}
image: ghcr.io/epicgames/unreal-engine:dev-slim-5.1
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
Expand Down
31 changes: 3 additions & 28 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
Unreal_Build_4_27:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

- name: Setup
run: |
Expand All @@ -40,30 +42,3 @@ jobs:
run: |
cd ~/play-unreal-plugin
make RunUAT
Unreal_Build_5_1:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

- name: Setup
run: |
sudo chmod 777 $GITHUB_WORKSPACE
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo rm -rf /usr/local/lib/android
TARGET=5.1 make
python change_version.py 5.1.0
- uses: addnab/docker-run-action@v3
with:
registry: ghcr.io
username: ${{ secrets.USER }}
password: ${{ secrets.PAT }}
image: ghcr.io/epicgames/unreal-engine:dev-slim-5.1
options: -v ${{ github.workspace }}:/home/ue4/play-unreal-plugin -e HOME=/home/ue4
run: |
cd ~/play-unreal-plugin
make RunUAT
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## [Unreleased]
- Fix WC 2.0 for defiwallet

## [v0.0.18-alpha] - 2024-1-2
- Support metamask send-tx for wallet-connect 2.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ UNAME := $(shell uname)
PWD = $(shell pwd)

# Set the play cpp sdk version
PLAYCPPSDK=v0.0.24-alpha
PLAYCPPSDK=v0.0.26-alpha
# Set the play-cpp-sdk cache path
PLAYCPPSDK_CACHE_DIR=./install/$(PLAYCPPSDK)
# Set the play-cpp-sdk target path
Expand Down

0 comments on commit 585b218

Please sign in to comment.