Skip to content

Commit

Permalink
Migrate github actions to Node 20
Browse files Browse the repository at this point in the history
Github actions are transitioning to Node 20 and Node 16 is EOL.
  • Loading branch information
matt335672 committed Mar 13, 2024
1 parent 728cf99 commit 74344e9
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 @@ -66,7 +66,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 74344e9

Please sign in to comment.