diff --git a/.github/workflows/ourcustomci.yml b/.github/workflows/ourcustomci.yml index 5455669..7104f5c 100644 --- a/.github/workflows/ourcustomci.yml +++ b/.github/workflows/ourcustomci.yml @@ -12,12 +12,9 @@ jobs: runs-on: ubuntu-latest + container: ghcr.io/soviet-linux/cccp:main steps: - uses: actions/checkout@v3 - - name: Install libcurl - run: sudo apt-get install libcurl4-gnutls-dev -y - - name: configure libspm - run: git clone https://github.com/Soviet-Linux/libspm && cd libspm && make all && make formats && make test && sudo make install - - name: Try .ecmp files - run: ./bin/spm-test install ../testing/src/*.ecmp && ./bin/spm-test install ../lxde/src/*.ecmp && ./bin/spm-test install ../xorg/src/*.ecmp && ./bin/spm-test install ../xfce/src/*.ecmp && ./bin/spm-test install ../kde/src/*.ecmp && ./bin/spm-test install ../base/src/*.ecmp \ No newline at end of file + - name: Test packages + run: spm-test install testing/src/*.ecmp && spm-test install lxde/src/*.ecmp && spm-test install xorg/src/*.ecmp && spm-test install xfce/src/*.ecmp && spm-test install kde/src/*.ecmp && spm-test install base/src/*.ecmp