diff options
author | Marvin Borner | 2020-12-06 16:25:48 +0100 |
---|---|---|
committer | Marvin Borner | 2020-12-06 16:26:22 +0100 |
commit | caca27b8f6ad4d2019a7eff900a3ae23264c7aac (patch) | |
tree | a97a843ba5688bf9367ca35f071cbc6161ebebf0 /.github | |
parent | c970210a2c6e9c86132470c44a712277f4943d7a (diff) |
Removed submodule loading
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a37da0..6dd36ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,9 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - with: - submodules: true - name: Install run: sudo apt-get update && sudo apt-get install -y build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libcloog-isl-dev libisl-0.18-dev ccache curl nasm grub-common qemu qemu-kvm mtools ctags - name: Get cross compiler |