修正愚蠢错误

This commit is contained in:
e1732a364fed
2000-01-01 00:00:00 +00:00
parent be773e7de3
commit 81f4a74023

View File

@@ -23,8 +23,8 @@ jobs:
- name: Run commands
run: |
apt-get update -q -y
apt-get install -q -y build-essential libgtk-3-dev wget gcc-aarch64-linux-gnu
sudo apt-get update -q -y
sudo apt-get install -q -y build-essential libgtk-3-dev wget gcc-aarch64-linux-gnu
echo "CC=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
CC="aarch64-linux-gnu-gcc"
cd cmd/verysimple/ && make -f Makefile_r_vsc PACKNAME=vs_gui_ubuntu_arm64 BUILD_VERSION=${{ github.event.inputs.tagName }} && touch -mt $(date +%Y01010000) *.tar.xz