Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt335672 <30179339+matt335672@users.noreply.github.com>2022-10-20 12:25:28 +0300
committerGitHub <noreply@github.com>2022-10-20 12:25:28 +0300
commitb40985bae5ad6d6071706ee78da429c9058e6a0b (patch)
tree48c167bef8e6b3a1c7df459299ddaa12671a30a4
parent8fe519fd2039922ffadf9e88db5f2b1b3691e64d (diff)
parent627e32f5bc1af1073049b91e662ba6167269a5c2 (diff)
Merge pull request #240 from matt335672/update_actions
Update github actions to address warnings
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ee5d534..cc44ce1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
XRDP_CFLAGS: -I${{ github.workspace }}/xrdp/common
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- 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