We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7556999 commit 07424e2Copy full SHA for 07424e2
.github/workflows/full-check.yml
@@ -13,7 +13,7 @@ jobs:
13
ubuntu:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v4
17
- name: install_dependencies
18
run: |
19
sudo apt install tcc libimlib2-dev libxcomposite-dev libxfixes-dev \
@@ -63,7 +63,7 @@ jobs:
63
# default Github Actions Windows VM. This step tells git to translate Unix
64
# newlines to DOS newlines.
65
shell: bash
66
67
- uses: cygwin/cygwin-install-action@v1
68
with:
69
packages: autoconf autoconf-archive automake gcc-core libImlib2-devel \
0 commit comments