diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-06-07 17:34:45 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-07 23:14:11 +0200 |
commit | 33812ad33d9782ba0ef79fa718fdde009e519e37 (patch) | |
tree | 822564894437083f91cb3d23f8d23d4aeb7bac18 /.github | |
parent | 57e46dce583d1ec948e6cc1980ec594feffcdab0 (diff) | |
download | curl-33812ad33d9782ba0ef79fa718fdde009e519e37.tar.gz |
GHA: run the newly fixed tests with hyper
Closes #7205
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux-hyper.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux-hyper.yml b/.github/workflows/linux-hyper.yml index 5986a8217..6e774ddec 100644 --- a/.github/workflows/linux-hyper.yml +++ b/.github/workflows/linux-hyper.yml @@ -23,7 +23,7 @@ jobs: - name: hyper install: configure: --with-openssl --with-hyper=$HOME/hyper - tflags: 1 to 153 220 221 222 223 224 230 232 271 314 315 316 396 397 + tflags: 1 to 153 220 221 222 223 224 230 232 271 314 315 316 396 397 433 395 394 393 347 339 steps: - run: sudo apt-get install libtool autoconf automake pkg-config |