diff options
| author | Dundar Göc <gocdundar@gmail.com> | 2022-01-02 22:11:20 +0100 |
|---|---|---|
| committer | Dundar Göc <gocdundar@gmail.com> | 2022-01-02 23:46:46 +0100 |
| commit | e71fbf2eb0ca247d1fa02bdf244904189ab937be (patch) | |
| tree | 3486c476b35c355b180b242fc611d861e9eebafb /.github/workflows | |
| parent | b0993bdc45cad621976b9cc2c6ce7ee29dbeb93d (diff) | |
| download | rneovim-e71fbf2eb0ca247d1fa02bdf244904189ab937be.tar.gz rneovim-e71fbf2eb0ca247d1fa02bdf244904189ab937be.tar.bz2 rneovim-e71fbf2eb0ca247d1fa02bdf244904189ab937be.zip | |
ci: remove unnecessary before_install script
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c01980083a..b2e1276000 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,6 @@ jobs: - name: Setup interpreter packages run: | - ./ci/before_install.sh ./ci/install.sh - name: Cache dependencies @@ -109,7 +108,6 @@ jobs: - name: Setup interpreter packages run: | - ./ci/before_install.sh ./ci/install.sh - name: Cache dependencies @@ -200,7 +198,6 @@ jobs: - name: Setup interpreter packages run: | - ./ci/before_install.sh ./ci/install.sh - name: Cache dependencies |