diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-03-05 15:09:03 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-03-05 15:09:03 +0900 |
commit | 507b0285ee4c5ea9fdc36ff98aef65308f6ce4d6 (patch) | |
tree | ec384da35faab7940b282b507466554aee3e6df9 /.github | |
parent | 452c07f7780689ab33d9a758b8bf7cb47727f940 (diff) | |
download | xbyak-507b0285ee4c5ea9fdc36ff98aef65308f6ce4d6.tar.gz xbyak-507b0285ee4c5ea9fdc36ff98aef65308f6ce4d6.zip |
apt update at first
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3fad142..39dcc86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,5 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - run: sudo apt update - run: sudo apt install nasm yasm g++-multilib tcsh - run: make test |