diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-07-20 10:35:53 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-07-20 10:35:53 +0200 |
commit | 431930bd09e082edce56f9cf6987368b868d07a1 (patch) | |
tree | 282e43a022e8388f008d1cfe2a4c54321665ffe5 /.github/workflows | |
parent | 862c877f43cc5e29c5b48f70d74f90f8b93214bb (diff) |
CI: Drop AppVeyor and desktop Travis builds
These have been replaced by GitHub Actions.
The remaining Travis builds will also be ported eventually.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b93d8e1a76..77554ea0ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -219,7 +219,7 @@ jobs: # Azure repositories are not reliable, we need to prevent azure giving us packages. - name: Make apt sources.list use the default Ubuntu repositories run: | - sudo cp -f misc/scripts/sources.list /etc/apt/sources.list + sudo cp -f misc/ci/sources.list /etc/apt/sources.list sudo apt-get update # Install all packages (except scons) @@ -276,7 +276,7 @@ jobs: # Azure repositories are not reliable, we need to prevent azure giving us packages. - name: Make apt sources.list use the default Ubuntu repositories run: | - sudo cp -f misc/scripts/sources.list /etc/apt/sources.list + sudo cp -f misc/ci/sources.list /etc/apt/sources.list sudo apt-get update # Install all packages (except scons) |