We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dcabe commit 36f22e1Copy full SHA for 36f22e1
.github/workflows/python-publish.yml
@@ -41,9 +41,9 @@ jobs:
41
if [ ! -d "past-0.7.2" ]; then
42
wget https://master.dl.sourceforge.net/project/pocc/1.6/testing/modules/past-0.7.2.tar.gz
43
tar -xvf past-0.7.2.tar.gz
44
- cp ../setup.py ./past-0.7.2/
45
- cp ../bindings.cpp ./past-0.7.2/src/
46
- cp ../Makefile.am ./past-0.7.2/src/
+ cp setup.py ./past-0.7.2/
+ cp bindings.cpp ./past-0.7.2/src/
+ cp Makefile.am ./past-0.7.2/src/
47
sed -i 's/\<restrict\>/__restrict__/g' ./past-0.7.2/past/include/past/abstract_interpretation_memory.h
48
fi
49
cd past-0.7.2
0 commit comments