From 39accee863bccc7f6a39e98fa41d4ddcd57b0795 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 19 Sep 2024 14:51:46 -0400 Subject: [PATCH] CI: Install rsync on the test262 runner It is now failing with the following error: Unable to locate executable file: rsync. --- .github/workflows/libjs-test262.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/libjs-test262.yml b/.github/workflows/libjs-test262.yml index 79c3eb025e9..166f6687226 100644 --- a/.github/workflows/libjs-test262.yml +++ b/.github/workflows/libjs-test262.yml @@ -49,7 +49,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y ninja-build unzip gcc-13 g++-13 jq wget curl zip tar autoconf autoconf-archive automake nasm pkg-config libgl1-mesa-dev + sudo apt-get install -y ninja-build unzip gcc-13 g++-13 jq wget curl zip tar autoconf autoconf-archive automake nasm pkg-config libgl1-mesa-dev rsync test -e /opt/wabt-1.0.35 || ( cd /tmp wget https://github.com/WebAssembly/wabt/releases/download/1.0.35/wabt-1.0.35-ubuntu-20.04.tar.gz