diff options
author | Marvin Borner | 2021-02-10 22:23:18 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-10 22:32:47 +0100 |
commit | a56a16c9cf526080e5f10aa576079cc0e6b01962 (patch) | |
tree | 396b3a71f570b4974cec55f236848cfb97c39706 /.github | |
parent | e7fb1f97a5f95bcfd1d924b345f98bc0b496f5c0 (diff) |
Updated workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6d6958..f3dc050 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,8 +9,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - ref: main - 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 |