Skip to content

Commit

Permalink
Merge pull request #296 from matt335672/upgrade_nodejs
Browse files Browse the repository at this point in the history
Migrate github actions to Node 20
  • Loading branch information
matt335672 authored Mar 14, 2024
2 parents dd04d2b + 74344e9 commit af43a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
XRDP_CFLAGS: -I${{ github.workspace }}/xrdp/common

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: sudo scripts/install_xorgxrdp_build_dependencies_with_apt.sh ${{ matrix.arch }} --allow-downgrades --allow-remove-essential --allow-change-held-packages
- run: git clone --depth 1 --branch=devel https://github.com/neutrinolabs/xrdp.git ${{ github.workspace}}/xrdp
- run: ./bootstrap
Expand Down

0 comments on commit af43a8b

Please sign in to comment.