Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nesasm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-08-05 19:20:14 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-08-05 19:20:14 +0300
commit23f62d679945491eb661fdb4d26b5547d6719dc2 (patch)
tree19e4fdedde190c7e2eacd89c86c29319d5a1f189
parentf348ef2e5cbff6d031e47aa6afeedda8e95d49fb (diff)
apt update
-rw-r--r--.github/workflows/c-cpp.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 2cd9f9f..7d1c2e5 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -21,6 +21,8 @@ jobs:
with:
name: nesasm_linux_x64
path: .
+ - name: apt update
+ run: sudo apt-get update
- name: Get ARM toolchain
run: sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
- name: make clean all arm