From 6ecae1d4e10bdcf58c5f9ef36b1f3131532d9f34 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Fri, 13 Mar 2020 23:44:15 +0300 Subject: [ci] Update. --- .github/workflows/sw.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/sw.yml b/.github/workflows/sw.yml index be5d660..085796c 100644 --- a/.github/workflows/sw.yml +++ b/.github/workflows/sw.yml @@ -12,25 +12,7 @@ jobs: steps: - uses: actions/checkout@v1 - #- uses: egorpugin/sw-action@master - - - name: Download SW - shell: cmake -P {0} - run: | - if (WIN32) - file(DOWNLOAD "https://software-network.org/client/sw-master-windows-client.zip" ./sw.zip) - elseif (APPLE) - file(DOWNLOAD "https://software-network.org/client/sw-master-macos-client.tar.gz" ./sw.zip) - else() - file(DOWNLOAD "https://software-network.org/client/sw-master-linux-client.tar.gz" ./sw.zip) - endif() - - - name: Unpack SW - run: cmake -E tar xvf sw.zip - - - name: chmod - run: chmod 755 sw - shell: sh + - uses: egorpugin/sw-action@master - name: build run: ./sw build -- cgit v1.2.3